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