From bcb8d64da60f993b9192f4cdab88538aef5a075f Mon Sep 17 00:00:00 2001 From: Tk-Glitch Date: Fri, 5 Mar 2021 14:17:41 +0100 Subject: [PATCH] Remove 5.12 RC from the selector while we wait for RC2 --- linux-tkg-config/prepare | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux-tkg-config/prepare b/linux-tkg-config/prepare index 5d03900..3419f63 100644 --- a/linux-tkg-config/prepare +++ b/linux-tkg-config/prepare @@ -28,7 +28,7 @@ _tkg_initscript() { # to the rest of the script if [ -z "$_version" ] && [ ! -e "$_path"/versel ]; then plain "Which kernel version do you want to install?" - read -rp "`echo $' 1. 5.4 LTS\n 2. 5.7\n 3. 5.8\n 4. 5.9\n 5. 5.10 LTS\n > 6. 5.11\n 7. 5.12 RC\nchoice[1-7?]'`" _VERSEL; + read -rp "`echo $' 1. 5.4 LTS\n 2. 5.7\n 3. 5.8\n 4. 5.9\n 5. 5.10 LTS\n > 6. 5.11\nchoice[1-6?]'`" _VERSEL; case $_VERSEL in "1") echo "_basever=54" > "$_path"/versel