diff --git a/installer.sh b/installer.sh index e07e797..d0b0538 100644 --- a/installer.sh +++ b/installer.sh @@ -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