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