Add 5.14 to allowed versions (#302)

This commit is contained in:
Yash Karandikar
2021-09-05 07:45:13 -05:00
committed by GitHub
parent 6d7ab25ddc
commit 0eaf5ba619

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", "5.10", "5.11", "5.12", "5.13"
# Kernel Version - Options are "5.4", "5.7", "5.8", "5.9", "5.10", "5.11", "5.12", "5.13", "5.14"
_version=""
#### MISC OPTIONS ####