commit 40bab528f881f6616dd2019210be785c49765e29
parent f39169c3cc55fc00bc74fbf3aa90a973fb83c6df
Author: Cem Keylan <cem@ckyln.com>
Date: Tue, 10 Dec 2019 03:09:42 +0300
add shellcheck disable to kiss i
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/mkrootfs.sh b/mkrootfs.sh
@@ -79,6 +79,7 @@ msg "Starting build from the PKGS variable"
# shellcheck disable=SC2086
kiss b $PKGS
msg "Package build complete, starting package installation"
+# shellcheck disable=SC2086
kiss i $PKGS
msg "Installation Complete, starting custombuild procedure if there is one"
custombuild