install.sh: Fix missing separator

Fixes https://github.com/Frogging-Family/linux-tkg/issues/309
This commit is contained in:
Tk-Glitch
2021-09-16 00:00:49 +02:00
parent 8f4116a1c9
commit 6d45aa2563

View File

@@ -246,6 +246,7 @@ if [ "$1" = "install" ] || [ "$1" = "config" ]; then
;;
"514")
opt_ver="5.8-5.14"
;;
"515")
opt_ver="5.15+"
;;