Changed /usr/pack/pack.conf to /usr/pack/pack.toml
This commit is contained in:
parent
f68a48e8c9
commit
5b6a5caf5e
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue