This commit is contained in:
amolinae06 2025-05-18 15:34:37 -06:00
parent 51038c8d41
commit 3ece92a151

View file

@ -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 <<EOF
zsh -lc "bwroot apk add '$1' >/dev/null 2>&1"
EOF
}
git_install(){