diff options
author | Holden Rohrer <hr@hrhr.dev> | 2020-05-27 21:39:29 -0400 |
---|---|---|
committer | Holden Rohrer <hr@hrhr.dev> | 2020-05-27 21:39:29 -0400 |
commit | 9132b6dda17891d24d3a691417976c2292bcadad (patch) | |
tree | 7d161a520bda93c3907ae3a576d0ae934708e508 | |
parent | d217364b382e79cc6801279e495a37ebdacdb9fa (diff) |
added badroff to source.sh
-rwxr-xr-x | source.sh | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |