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(){
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