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(){
|
update_alpine(){
|
||||||
printf "Updating alpine indexes.\n"
|
printf "Updating alpine indexes.\n"
|
||||||
apk update && apk upgrade
|
doas apk update && doas apk upgrade
|
||||||
printf "Updated successfully.\n"
|
printf "Updated successfully.\n"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -112,7 +112,6 @@ compile() {
|
||||||
echo "Welcome to the installer"
|
echo "Welcome to the installer"
|
||||||
update_alpine
|
update_alpine
|
||||||
doas apk add git
|
doas apk add git
|
||||||
get_user
|
|
||||||
read_software "$software"
|
read_software "$software"
|
||||||
setup-wayland-base
|
setup-wayland-base
|
||||||
setup_home
|
setup_home
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue