diff --git a/installer.sh b/installer.sh index f5751c8..abc7c91 100644 --- a/installer.sh +++ b/installer.sh @@ -84,7 +84,7 @@ setup_home(){ rm -rf dotfiles/ mkdir $HOME/Documents/Miscellaneous export PATH="$PATH:$(find ~/.local/bin -type d | paste -sd ':' -)" - sed -i "s|/home/yourusername|/home/$USER|g" $HOME/.local/bin/bwroot + sed -i "s|/home/amolinae|/home/$USER|g" $HOME/.local/bin/bwroot doas apk del git }