From fd99f0494a6d39822a5d2f65481ad884e579aa88 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Fri, 9 Aug 2024 21:33:15 +0200 Subject: [PATCH] build-system: add support for shell based installers --- Pmodules/modbuild.in | 1 + 1 file changed, 1 insertion(+) diff --git a/Pmodules/modbuild.in b/Pmodules/modbuild.in index b14e40f..9c1f1d5 100644 --- a/Pmodules/modbuild.in +++ b/Pmodules/modbuild.in @@ -546,6 +546,7 @@ declare -A Yaml_valid_vk_keys=( declare -A Unpackers=( ['tar']='tar' ['7z']='7z' + ['none']='none' ) declare -A KernelNames=(