From cb4f6c3bba74d5f90006913a7f8bcafe962fd58e Mon Sep 17 00:00:00 2001 From: amolinae06 Date: Sat, 7 Jun 2025 03:07:15 +0000 Subject: [PATCH] fixed issues --- installer.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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