Lts kernel fix

This commit is contained in:
natemaia 2018-08-22 00:25:14 -07:00
parent 6acc34d429
commit 15002e2412

View File

@ -1802,9 +1802,9 @@ install_main() {
extra_packages
if yesno "Choose Kernel" "\nWant to use the standard linux or linux LTS kernel" "Linux" "Linux LTS"; then
KERNEL="linux-lts"
else
KERNEL="linux"
else
KERNEL="linux-lts"
fi
# user can choose to bail at this point