add dev software and enable chroot
This commit is contained in:
parent
a1ed84ad18
commit
f9d7584a11
2 changed files with 18 additions and 2 deletions
5
installer.sh
Executable file → Normal file
5
installer.sh
Executable file → Normal 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue