cfg: add 5.19 to kernel version list (#560)

This commit is contained in:
hurrhnn
2022-08-02 18:33:54 +09:00
committed by GitHub
parent 8c737a56aa
commit f1dfabb6a9

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