unified builder: Add LTS and RC to the version selector

This commit is contained in:
Tk-Glitch 2020-10-26 21:59:27 +01:00
parent a6c74c5313
commit 5caf303428
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
# If left empty, the script will prompt
_distro=""
# Kernel Version - Options are "5.4", "5.7", "5.8", "5.9"
# Kernel Version - Options are "5.4", "5.7", "5.8", "5.9", "5.10"
_version=""
#### MISC OPTIONS ####

View File

@ -21,7 +21,7 @@ _tkg_initscript() {
if [ -z "$_version" ] && [ ! -e "$_path"/versel ]; then
plain "Which kernel version do you want to install?"
read -rp "`echo $' > 1. 5.4\n 2. 5.7\n 3. 5.8\n 4. 5.9\n 5. 5.10\nchoice[1-5?]'`" _VERSEL;
read -rp "`echo $' 1. 5.4 LTS\n 2. 5.7\n 3. 5.8\n > 4. 5.9\n 5. 5.10 RC\nchoice[1-5?]'`" _VERSEL;
case $_VERSEL in
"1")
echo "_basever=54" > "$_path"/versel