From 951c07bc4a3a88a630b2559c5511ec9a4f240102 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Mon, 10 Mar 2025 21:02:39 +1100 Subject: install: fix btop install --- install/btop.fish | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3-freya