You've already forked al-installer
Finish cleaning up package defaults for each WM and removing defaults
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user