fixed issues
This commit is contained in:
parent
7659c4198c
commit
cb4f6c3bba
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue