Remove linux-latest and linux-lts pkgs

merge-requests/262/head
168912916 859421311 3 years ago
parent d30069042a
commit aafe9ae53f

@ -258,8 +258,6 @@ install_desktop() {
# Choose kernel and possibly base-devel
DIALOG " $_InstBseTitle " --checklist "\n$_InstStandBseBody$_UseSpaceBar\n " 0 0 15 \
"yay + base-devel" "-" off \
"linux-lts" "-" off \
"linux-latest" "-" off \
$(cat /tmp/.available_kernels | awk '$0=$0" - off"') 2>${PACKAGES} || { loopmenu=0; return 0; }
if [[ ! $(grep "linux" ${PACKAGES}) ]]; then
# Check if a kernel is already installed

Loading…
Cancel
Save