commit 66bc5820536b8746c7bd60dc06a8ce346fab9aca
parent c0ef3ec09e3b32179503581b93a5e3b224529300
Author: Cem Keylan <cem@ckyln.com>
Date: Wed, 18 Dec 2019 10:40:03 +0300
remove unnecessary kiss i
Diffstat:
1 file changed, 0 insertions(+), 4 deletions(-)
diff --git a/mkrootfs.sh b/mkrootfs.sh
@@ -82,10 +82,6 @@ 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
-
# You can check out about post-installation
# from the configuration file
msg "Installation Complete, starting custombuild procedure if there is one"