From 15002e2412c722a497e6e9035881ff009ec0de56 Mon Sep 17 00:00:00 2001 From: natemaia Date: Wed, 22 Aug 2018 00:25:14 -0700 Subject: [PATCH] Lts kernel fix --- source/archlabs-installer | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/archlabs-installer b/source/archlabs-installer index 3098cc7..c281181 100755 --- a/source/archlabs-installer +++ b/source/archlabs-installer @@ -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