removed auto-reboot
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user