fixed repo path

This commit is contained in:
2025-10-19 16:33:38 +02:00
parent aa9a168110
commit b23d2eb36a

View File

@@ -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"