summaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'install.sh')
-rw-r--r--install.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/install.sh b/install.sh
new file mode 100644
index 0000000..985dd8c
--- /dev/null
+++ b/install.sh
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+doas adduser -h /home/joeac.net joeac.net \
+ && cd /home/joeac.net \
+ && sudo -u joeac.net git clone https://git.joeac.net/joeac.net.git joeac.net \
+ && sudo ln -s /home/joeac.net/joeac.net /usr/local/lib/joeac.net \
+ && cd joeac.net \
+ && sudo -u joeac.net make \
+ && sudo -u joeac.net make install