fixed issues

This commit is contained in:
λmolinae 2025-06-07 03:07:15 +00:00
parent 7659c4198c
commit cb4f6c3bba

View file

@ -6,7 +6,7 @@ devware="https://git.amolinae.com/amolinae06/installer/raw/branch/main/devware.c
update_alpine(){
printf "Updating alpine indexes.\n"
apk update && apk upgrade
doas apk update && doas apk upgrade
printf "Updated successfully.\n"
}
@ -112,7 +112,6 @@ compile() {
echo "Welcome to the installer"
update_alpine
doas apk add git
get_user
read_software "$software"
setup-wayland-base
setup_home