From 8e01bc4a7dc3871c25bad60e848797000f54c776 Mon Sep 17 00:00:00 2001 From: amolinae06 Date: Sat, 7 Jun 2025 06:31:30 +0000 Subject: [PATCH] ass --- installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }