From 4dae1e30a45baae7b48ce2c51cd8a4fdc63e422c Mon Sep 17 00:00:00 2001 From: Lemniskett Date: Wed, 18 Nov 2020 01:16:06 +0700 Subject: [PATCH] Add tar to dependencies Some niche distros like NuTyX doesn't have tar installed by default. --- archbox.bash | 1 + 1 file changed, 1 insertion(+) diff --git a/archbox.bash b/archbox.bash index 0b4bff2..a9840ac 100755 --- a/archbox.bash +++ b/archbox.bash @@ -52,6 +52,7 @@ case $1 in checkdep wget wget -q --show-progress -O archlinux.tar.gz $2 msg "Extracting the tarball..." + checkdep tar tar xzf archlinux.tar.gz msg "Enabling internet connection in chroot enviroment..." cp /etc/resolv.conf $CHROOT/etc/resolv.conf