aboutsummaryrefslogtreecommitdiff
path: root/mkrootfs.sh
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2019-12-18 10:40:03 +0300
committerCem Keylan <cem@ckyln.com>2019-12-18 10:40:03 +0300
commit66bc5820536b8746c7bd60dc06a8ce346fab9aca (patch)
tree6aacc1ec3d91297e1fee003d21f1740a372ccf41 /mkrootfs.sh
parentc0ef3ec09e3b32179503581b93a5e3b224529300 (diff)
downloadmkrootfs-66bc5820536b8746c7bd60dc06a8ce346fab9aca.tar.gz
remove unnecessary kiss i
Diffstat (limited to 'mkrootfs.sh')
-rwxr-xr-xmkrootfs.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/mkrootfs.sh b/mkrootfs.sh
index 0492b4f..e7f8d95 100755
--- 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"