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