This commit is contained in:
λmolinae 2025-06-15 00:45:53 -06:00
parent 41a06efbdc
commit 0a6e1547e6
2 changed files with 2 additions and 2 deletions

View file

@ -85,7 +85,6 @@ setup_home(){
export PATH="$PATH:$(find ~/.local/bin -type d | paste -sd ':' -)"
sed -i "s|/home/amolinae|/home/$USER|g" $HOME/.local/bin/bwroot
cd $HOME/Pictures/ && git clone "https://git.amolinae.com/amolinae06/Wallpapers" && cd $HOME/
doas apk del git
}
setup_chroot(){
@ -122,9 +121,9 @@ setup_home
setup_chroot
read_software "$devware"
compile hellwal
mkdir $HOME/.cache/hellwal/
hellwal -i $HOME/Pictures/Wallpapers/vatihall.jpg
compile ctpv
compile dwl
compile slstatus
doas apk del git
printf "Installation finished, before you reboot please install packages you need (e.g nvidia/amd drivers)\n"; exit 0