From 3ece92a15128550e7f78feafa570c4ce9fb188b5 Mon Sep 17 00:00:00 2001 From: amolinae06 Date: Sun, 18 May 2025 15:34:37 -0600 Subject: [PATCH] test --- installer.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/installer.sh b/installer.sh index f0d0c75..b41607a 100644 --- a/installer.sh +++ b/installer.sh @@ -9,7 +9,11 @@ apk_install(){ } bwroot_apk_install(){ - echo "installing $1 on chroot"; su - "$user" -c "zsh -lc \"bwroot apk add $1 >/dev/null 2>&1\"" + echo "installing $1 on chroot" + + su - "$user" -c sh </dev/null 2>&1" +EOF } git_install(){