more fixes

This commit is contained in:
λmolinae 2025-06-07 04:51:55 +00:00
parent cb4f6c3bba
commit d1d6958e5f

View file

@ -20,7 +20,7 @@ bwapk_install (){
} }
git_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(){ read_software(){
@ -113,11 +113,11 @@ echo "Welcome to the installer"
update_alpine update_alpine
doas apk add git doas apk add git
read_software "$software" read_software "$software"
setup-wayland-base doas setup-wayland-base
setup_home
setup_greetd setup_greetd
setup_shell setup_shell
setup_bluetooth setup_bluetooth
setup_home
setup_chroot setup_chroot
read_software "$devware" read_software "$devware"
compile dwl compile dwl