From d1d6958e5ff15cd39b937823e6520b00e085a22b Mon Sep 17 00:00:00 2001 From: amolinae06 Date: Sat, 7 Jun 2025 04:51:55 +0000 Subject: [PATCH] more fixes --- installer.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/installer.sh b/installer.sh index d0b0538..9c8e4e0 100644 --- a/installer.sh +++ b/installer.sh @@ -20,7 +20,7 @@ bwapk_install (){ } git_install(){ - echo "cloning from $1"; cd $HOME/.local/src && git clone \"$1\" >/dev/null 2>&1 + echo "cloning from $1"; cd $HOME/.local/src/ && git clone \"$1\" >/dev/null 2>&1 } read_software(){ @@ -113,11 +113,11 @@ echo "Welcome to the installer" update_alpine doas apk add git read_software "$software" -setup-wayland-base -setup_home +doas setup-wayland-base setup_greetd setup_shell setup_bluetooth +setup_home setup_chroot read_software "$devware" compile dwl