aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2019-12-10 03:09:42 +0300
committerCem Keylan <cem@ckyln.com>2019-12-10 03:09:42 +0300
commit40bab528f881f6616dd2019210be785c49765e29 (patch)
treea5ac2d429aacbb220841a913fab406e031484d3b
parentf39169c3cc55fc00bc74fbf3aa90a973fb83c6df (diff)
downloadmkrootfs-40bab528f881f6616dd2019210be785c49765e29.tar.gz
add shellcheck disable to kiss i
-rwxr-xr-xmkrootfs.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/mkrootfs.sh b/mkrootfs.sh
index 9f905df..d87ed43 100755
--- 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