diff options
-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 |