aboutsummaryrefslogtreecommitdiff
path: root/mkrootfs.sh
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-04-30 11:44:13 +0300
committerCem Keylan <cem@ckyln.com>2020-04-30 11:44:13 +0300
commit613a67d20bb89af4ff2be3325b588954f328d0be (patch)
treed7a0a0144043fa690c869b87b5e90b621a510db8 /mkrootfs.sh
parentc08037f7e5173d496a6ff5ffd6709c347cac88c4 (diff)
downloadmkrootfs-613a67d20bb89af4ff2be3325b588954f328d0be.tar.gz
Install packages multiple times
Diffstat (limited to 'mkrootfs.sh')
-rwxr-xr-xmkrootfs.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/mkrootfs.sh b/mkrootfs.sh
index e383de9..b7f1e15 100755
--- a/mkrootfs.sh
+++ b/mkrootfs.sh
@@ -78,7 +78,10 @@ msg "Starting build from the PKGS variable"
# Word Splitting is intentional here, as we are
# passing package names seperately
# shellcheck disable=SC2086
-yes '' | KISS_ASROOT=1 kiss b $PKGS
+{
+ yes '' | KISS_ASROOT=1 kiss b $PKGS
+ yes '' | KISS_ASROOT=1 kiss i $PKGS
+}
# You can check out about post-installation
# from the configuration file