more fixes
This commit is contained in:
parent
cb4f6c3bba
commit
d1d6958e5f
1 changed files with 3 additions and 3 deletions
|
@ -20,7 +20,7 @@ bwapk_install (){
|
||||||
}
|
}
|
||||||
|
|
||||||
git_install(){
|
git_install(){
|
||||||
echo "cloning from $1"; cd $HOME/.local/src && git clone \"$1\" >/dev/null 2>&1
|
echo "cloning from $1"; cd $HOME/.local/src/ && git clone \"$1\" >/dev/null 2>&1
|
||||||
}
|
}
|
||||||
|
|
||||||
read_software(){
|
read_software(){
|
||||||
|
@ -113,11 +113,11 @@ echo "Welcome to the installer"
|
||||||
update_alpine
|
update_alpine
|
||||||
doas apk add git
|
doas apk add git
|
||||||
read_software "$software"
|
read_software "$software"
|
||||||
setup-wayland-base
|
doas setup-wayland-base
|
||||||
setup_home
|
|
||||||
setup_greetd
|
setup_greetd
|
||||||
setup_shell
|
setup_shell
|
||||||
setup_bluetooth
|
setup_bluetooth
|
||||||
|
setup_home
|
||||||
setup_chroot
|
setup_chroot
|
||||||
read_software "$devware"
|
read_software "$devware"
|
||||||
compile dwl
|
compile dwl
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue