From 8f2af4802335cc666cf91f91840417ed65aa8dc9 Mon Sep 17 00:00:00 2001 From: Luke Else Date: Wed, 24 May 2023 13:44:48 +0100 Subject: [PATCH] Updated install script to ensure dwmblocks executables are in the correct location --- scripts/install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install.sh b/scripts/install.sh index 5b10e68..865ca39 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -57,8 +57,8 @@ cd .. # Install DWMBlocks cd dwmblocks sudo make install -sudo mkdir -p /usr/bin/local -sudo ln -s ~/git/dwmblocks/statusbar/* /usr/bin/local/ +sudo mkdir -p /usr/bin/ +sudo ln -s ~/git/dwmblocks/statusbar/* /usr/bin/ cd .. # Install Lemurs