add dev software and enable chroot

This commit is contained in:
amolinae06 2025-05-17 15:31:52 -06:00
parent a1ed84ad18
commit f9d7584a11
2 changed files with 18 additions and 2 deletions

5
installer.sh Executable file → Normal file
View file

@ -2,7 +2,7 @@
dotfiles="https://git.amolinae.com/amolinae06/dotfiles.git"
software="software.csv"
devsoftware=""
devsoftware="devware.csv"
apk_install(){
echo "installing $1"; apk add "$1" >/dev/null 2>&1
@ -100,4 +100,5 @@ setup_home
deploy_dotfiles
setup_greetd
setup_shell
setup_bluetooth
setup_bluetooth
setup_chroot