From 9ede68b140acbff2735c9283237e660b4b07cd26 Mon Sep 17 00:00:00 2001 From: Marcel Stangenberger Date: Sun, 19 Oct 2025 16:35:42 +0200 Subject: [PATCH] removed auto-reboot --- preinst.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/preinst.sh b/preinst.sh index 0ba69da..3abd1e1 100644 --- a/preinst.sh +++ b/preinst.sh @@ -13,7 +13,6 @@ gpg --output users.json --decrypt users.crypt if test -s ./users.json then 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" exit 1