test
This commit is contained in:
parent
51038c8d41
commit
3ece92a151
1 changed files with 5 additions and 1 deletions
|
@ -9,7 +9,11 @@ apk_install(){
|
||||||
}
|
}
|
||||||
|
|
||||||
bwroot_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(){
|
git_install(){
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue