install.sh: Add 5.13 opt_ver
Fixes https://github.com/Frogging-Family/linux-tkg/issues/249
This commit is contained in:
@ -259,6 +259,9 @@ if [ "$1" = "install" ] || [ "$1" = "config" ]; then
|
|||||||
"512")
|
"512")
|
||||||
opt_ver="5.8+"
|
opt_ver="5.8+"
|
||||||
;;
|
;;
|
||||||
|
"513")
|
||||||
|
opt_ver="5.8+"
|
||||||
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
if [ "$opt_alternative_url" != "true" ]; then
|
if [ "$opt_alternative_url" != "true" ]; then
|
||||||
|
Reference in New Issue
Block a user