From 9132b6dda17891d24d3a691417976c2292bcadad Mon Sep 17 00:00:00 2001 From: Holden Rohrer Date: Wed, 27 May 2020 21:39:29 -0400 Subject: added badroff to source.sh --- source.sh | 7 +++++++ 1 file changed, 7 insertions(+) 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 -- cgit