From bff74bef090b6dd499a8fb2a30f2598c62722b12 Mon Sep 17 00:00:00 2001 From: amolinae06 Date: Sat, 7 Jun 2025 21:11:53 +0000 Subject: [PATCH] ass ass --- installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(){