5.12 RC2
This commit is contained in:
@@ -6,7 +6,7 @@ ver58=18
|
||||
ver59=16
|
||||
ver510=20
|
||||
ver511=3
|
||||
ver512=rc1
|
||||
ver512=rc2
|
||||
|
||||
_tkg_initscript() {
|
||||
|
||||
@@ -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\nchoice[1-6?]'`" _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\n 7. 5.12 RC\nchoice[1-7?]'`" _VERSEL;
|
||||
case $_VERSEL in
|
||||
"1")
|
||||
echo "_basever=54" > "$_path"/versel
|
||||
|
Reference in New Issue
Block a user