aboutsummaryrefslogtreecommitdiff
path: root/source.sh
diff options
context:
space:
mode:
Diffstat (limited to 'source.sh')
-rwxr-xr-xsource.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/source.sh b/source.sh
index f419e31..7696f4d 100755
--- a/source.sh
+++ b/source.sh
@@ -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