Changed /usr/pack/pack.conf to /usr/pack/pack.toml

This commit is contained in:
Skye Bleed 2019-09-06 14:32:37 -05:00
parent f68a48e8c9
commit 5b6a5caf5e
1 changed files with 3 additions and 3 deletions

View File

@ -10,9 +10,9 @@ if [ ! -d "/usr/pack/repo" ]; then
sudo mkdir /usr/pack/repo
fi
if [ ! -d "/usr/pack/pack.conf" ]; then
printf "Creating /usr/pack/pack.conf\n"
sudo touch /usr/pack/pack.conf
if [ ! -d "/usr/pack/pack.toml" ]; then
printf "Creating /usr/pack/pack.toml\n"
sudo touch /usr/pack/pack.toml
fi
if [ ! -d "/usr/pack/bin/" ]; then