From b23d2eb36aefa328465170db6a781e0cdb0c3235 Mon Sep 17 00:00:00 2001 From: Marcel Stangenberger Date: Sun, 19 Oct 2025 16:33:38 +0200 Subject: [PATCH] fixed repo path --- preinst.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/preinst.sh b/preinst.sh index 83a9092..0ba69da 100644 --- a/preinst.sh +++ b/preinst.sh @@ -12,7 +12,7 @@ curl -u $NAME:$PASS -O $REPO/secrets/raw/branch/main/users/users.crypt gpg --output users.json --decrypt users.crypt if test -s ./users.json 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 else echo "users.json not found in current directory or file is empty"