From bba8e876c5d41bbd4e0e96b9040d9c93e5d515ff Mon Sep 17 00:00:00 2001 From: amolinae06 Date: Sun, 18 May 2025 16:01:25 -0600 Subject: [PATCH] attempt to fix chroot software installations --- installer.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/installer.sh b/installer.sh index f5f354c..4ebb9d9 100644 --- a/installer.sh +++ b/installer.sh @@ -10,10 +10,7 @@ apk_install(){ bwroot_apk_install(){ echo "installing $1 on chroot" - - su - "$user" -c sh </dev/null 2>&1" -EOF + su - "$user" -c "zsh -lc 'bwroot /sbin/apk add \"$1\" >/dev/null 2>&1'" } git_install(){