From d6e930cea2c3bd71daa6f4d3db5eb1195ce3f3a4 Mon Sep 17 00:00:00 2001 From: natemaia Date: Fri, 11 Jan 2019 15:34:46 -0800 Subject: [PATCH] Remove wait at end of install --- src/archlabs-installer | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/archlabs-installer b/src/archlabs-installer index af1489a..07d7a4a 100755 --- a/src/archlabs-installer +++ b/src/archlabs-installer @@ -8,7 +8,7 @@ # Some ideas and code has been taken from other installers # AIF, Cnichi, Calamares, The Arch Wiki.. Credit where credit is due -VER="1.8.8" # version +VER="1.8.9" # version DIST="ArchLabs" # distributor MNT="/mnt" # mountpoint @@ -1197,8 +1197,6 @@ install() create_user login_manager chrun "chown -Rf $NEWUSER:users /home/$NEWUSER" - printf "\nThe install section is now finished, press any key to continue.\n" - read -rn1 edit_configs } @@ -2421,7 +2419,7 @@ prechecks() msgbox "$_ErrTitle" "$_ErrNoMount" SELECTED=4 return 1 - elif [[ $# -eq 1 && $CONFIG_DONE != true && ! $NEWUSER ]]; then + elif [[ $# -eq 1 && ! $NEWUSER ]]; then msgbox "$_ErrTitle" "\nYou need to create a user first.\n" SELECTED=5 return 1