fixed repo path
This commit is contained in:
@@ -12,7 +12,7 @@ curl -u $NAME:$PASS -O $REPO/secrets/raw/branch/main/users/users.crypt
|
|||||||
gpg --output users.json --decrypt users.crypt
|
gpg --output users.json --decrypt users.crypt
|
||||||
if test -s ./users.json
|
if test -s ./users.json
|
||||||
then
|
then
|
||||||
archinstall --config $REPO/archinstall/raw/master/config.json --creds ./users.json --silent
|
archinstall --config $REPO/archlinux/raw/master/config.json --creds ./users.json --silent
|
||||||
reboot
|
reboot
|
||||||
else
|
else
|
||||||
echo "users.json not found in current directory or file is empty"
|
echo "users.json not found in current directory or file is empty"
|
||||||
|
|||||||
Reference in New Issue
Block a user