install.sh: Add 5.13 opt_ver
Fixes https://github.com/Frogging-Family/linux-tkg/issues/249
This commit is contained in:
parent
dd1a0f0d91
commit
6d2b07d0b2
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user