This commit is contained in:
Tk-Glitch
2021-03-06 21:22:24 +01:00
parent bcb8d64da6
commit bed87008b3
3 changed files with 6 additions and 4 deletions

View File

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