diff options
| -rwxr-xr-x | install/btop.fish | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/install/btop.fish b/install/btop.fish index b87343f..d7b0d8b 100755 --- a/install/btop.fish +++ b/install/btop.fish @@ -8,6 +8,7 @@ set -l dist $CONFIG/btop # Update/Clone repo update-repo btop $dist +sed -i 's|$SRC|'$dist'|g' $dist/btop.conf # Install systemd service setup-systemd-monitor btop $dist |