Finish cleaning up package defaults for each WM and removing defaults

This commit is contained in:
natemaia
2018-12-02 21:10:31 -08:00
parent 50faa08c2c
commit 5258991023
6 changed files with 48 additions and 45 deletions

View File

@ -10,7 +10,7 @@
# immutable globals
readonly VER="1.7.20" # Installer version
readonly VER="1.7.24" # Installer version
readonly DIST="ArchLabs" # Linux distributor
readonly MNT="/mnt/install" # Install mountpoint
readonly ERR="/tmp/errlog" # Built-in error log
@ -21,6 +21,7 @@ main()
if [[ $CURRENT_MENU != "main" ]]; then
if [[ $SAVED ]]; then
SELECTED=$((SAVED + 1))
unset SAVED
else
SELECTED=1
fi