From 0eaf5ba619ac3b82bbdb7bd1c1eb5ed3a2164272 Mon Sep 17 00:00:00 2001 From: Yash Karandikar <49726028+karx1@users.noreply.github.com> Date: Sun, 5 Sep 2021 07:45:13 -0500 Subject: [PATCH] Add 5.14 to allowed versions (#302) --- customization.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/customization.cfg b/customization.cfg index ba8803f..06d5af3 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" +# 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 ####