summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstkhan <personal@slickd.xyz>2021-05-20 16:34:20 -0500
committerstkhan <personal@slickd.xyz>2021-05-20 16:34:20 -0500
commit70ff4a524e92b0680a8d52b3c6dd0d7bf49dae8b (patch)
treea182c50f2b2edad2eb51590a17f0c92f8a98487b
parentd19bd65392b4a163e19628ef65b49a1dd69f44b0 (diff)
Add dwmblocks to installer
-rwxr-xr-xinstall.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/install.sh b/install.sh
index e42dd8f..24d4d60 100755
--- a/install.sh
+++ b/install.sh
@@ -25,6 +25,10 @@ make clean
make -s
sudo make -s install
+cd ../dwmblocks
+make -s
+sudo make -s install
+
cd ../$st
make -s
sudo make -s install