attempt to fix chroot software installations

This commit is contained in:
amolinae06 2025-05-18 16:01:25 -06:00
parent 67bfd97863
commit bba8e876c5

View file

@ -10,10 +10,7 @@ apk_install(){
bwroot_apk_install(){
echo "installing $1 on chroot"
su - "$user" -c sh <<EOF
zsh -lc "bwroot apk add '$1' >/dev/null 2>&1"
EOF
su - "$user" -c "zsh -lc 'bwroot /sbin/apk add \"$1\" >/dev/null 2>&1'"
}
git_install(){