From bd69f51add87e5e8d5e8c1d06bdfc039dab6812f Mon Sep 17 00:00:00 2001 From: amolinae06 Date: Mon, 30 Jun 2025 18:35:40 -0600 Subject: [PATCH] fixes --- installer.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/installer.sh b/installer.sh index 0d3b2ca..0c94d79 100644 --- a/installer.sh +++ b/installer.sh @@ -82,7 +82,6 @@ setup_home(){ cd $HOME rm -rf dotfiles/ mkdir $HOME/Documents/Miscellaneous - 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/ } @@ -106,7 +105,7 @@ setup_chroot(){ compile() { cd "$HOME/.local/src/$1/" - bwroot make clean install >/dev/null 2>&1 + zsh -lc "bwroot make clean install >/dev/null 2>&1" } echo "Welcome to the installer" @@ -122,7 +121,7 @@ setup_chroot read_software "$devware" compile hellwal mkdir $HOME/.cache/hellwal/ -hellwal -i $HOME/Pictures/Wallpapers/vatihall.jpg +zsh -lc "hellwal -i $HOME/Pictures/Wallpapers/vatihall.jpg" compile ctpv compile dwl compile slstatus