From f1dfabb6a974040a1a211228e46ada4bb3d728cc Mon Sep 17 00:00:00 2001 From: hurrhnn <20sunrin022@sunrint.hs.kr> Date: Tue, 2 Aug 2022 18:33:54 +0900 Subject: [PATCH] cfg: add 5.19 to kernel version list (#560) --- customization.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/customization.cfg b/customization.cfg index 1069cb5..ceeb6aa 100644 --- a/customization.cfg +++ b/customization.cfg @@ -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 ####