aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHolden Rohrer <hr@hrhr.dev>2020-05-27 21:39:29 -0400
committerHolden Rohrer <hr@hrhr.dev>2020-05-27 21:39:29 -0400
commit9132b6dda17891d24d3a691417976c2292bcadad (patch)
tree7d161a520bda93c3907ae3a576d0ae934708e508
parentd217364b382e79cc6801279e495a37ebdacdb9fa (diff)
added badroff to source.sh
-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