Remove 5.12 RC from the selector while we wait for RC2

This commit is contained in:
Tk-Glitch 2021-03-05 14:17:41 +01:00
parent a6efb35557
commit bcb8d64da6

View File

@ -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