dotfiles/void/void.sh.hooks/term

7 lines
183 B
Bash
Executable File

#!/bin/sh
echo "Linking bsdtar to tar"
ln -s /usr/bin/bsdtar ${ROOTDIR}/usr/local/bin/tar
echo "Linking toybox.static to su"
ln -s /usr/bin/toybox.static ${ROOTDIR}/usr/local/bin/su