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