diff options
-rwxr-xr-x | source.sh | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -3,6 +3,7 @@ su - $USE <<EOF git clone https://git.hrhr.dev/pass mv pass .password-store + mkdir src cd src git clone https://git.suckless.org/st @@ -22,4 +23,9 @@ git clone https://aur.archlinux.org/woeusb.git cd woeusb yes | makepkg -si cd .. + +git clone https://git.hrhr.dev/utils +cd utils +sudo make install +cd .. EOF |