aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsource.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/source.sh b/source.sh
index e61ee39..6733f14 100755
--- a/source.sh
+++ b/source.sh
@@ -54,6 +54,13 @@ cd ..
git clone https://git.hrhr.dev/utils
cd utils
+make
+sudo make install
+cd ..
+
+git clone https://git.hrhr.dev/badroff
+cd utils
+make
sudo make install
cd ..
EOF