Removed ETAGS

This commit is contained in:
Skye Bleed 2019-09-06 14:28:12 -05:00
parent 0e61d31f43
commit f68a48e8c9
2 changed files with 7 additions and 5 deletions

View file

@ -14,3 +14,8 @@ if [ ! -d "/usr/pack/pack.conf" ]; then
printf "Creating /usr/pack/pack.conf\n"
sudo touch /usr/pack/pack.conf
fi
if [ ! -d "/usr/pack/bin/" ]; then
printf "Creating /usr/pack/bin/\n"
sudo mkdir /usr/pack/bin
fi