removed auto-reboot

This commit is contained in:
2025-10-19 16:35:42 +02:00
parent b23d2eb36a
commit 9ede68b140

View File

@@ -13,7 +13,6 @@ gpg --output users.json --decrypt users.crypt
if test -s ./users.json if test -s ./users.json
then then
archinstall --config $REPO/archlinux/raw/master/config.json --creds ./users.json --silent archinstall --config $REPO/archlinux/raw/master/config.json --creds ./users.json --silent
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"
exit 1 exit 1