aboutsummaryrefslogtreecommitdiff
path: root/source.sh
diff options
context:
space:
mode:
Diffstat (limited to 'source.sh')
-rwxr-xr-xsource.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/source.sh b/source.sh
index 7eda6a4..ad1c91c 100755
--- a/source.sh
+++ b/source.sh
@@ -1,6 +1,8 @@
#!/bin/sh
# Installs from source
su - $USE <<EOF
+mkdir src
+cd src
git clone https://git.suckless.org/st
cd st
curl -O http://st.suckless.org/patches/alpha/st-alpha-0.8.2.diff