diff --git a/installer.sh b/installer.sh index 82f2190..5b2a466 100644 --- a/installer.sh +++ b/installer.sh @@ -15,7 +15,7 @@ apk_install(){ } bwapk_install (){ - doas bwroot apk add "$1" >/dev/null 2>&1; echo "installing $1 on chroot environment" + doas chroot $HOME/Documents/Miscellaneous/alpchroot/ apk add "$1" >/dev/null 2>&1; echo "installing $1 on chroot environment" } git_install(){