install.sh: Add 5.13 opt_ver

Fixes https://github.com/Frogging-Family/linux-tkg/issues/249
This commit is contained in:
Tk-Glitch 2021-05-30 19:50:57 +02:00
parent dd1a0f0d91
commit 6d2b07d0b2

View File

@ -259,6 +259,9 @@ if [ "$1" = "install" ] || [ "$1" = "config" ]; then
"512")
opt_ver="5.8+"
;;
"513")
opt_ver="5.8+"
;;
esac
if [ "$opt_alternative_url" != "true" ]; then