diff options
| author | Joe Carstairs <me@joeac.net> | 2026-07-03 09:18:18 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-07-03 09:18:18 +0100 |
| commit | dcd2e1cd19e5473233ebe223b906c4200b69bf1e (patch) | |
| tree | 4196ed8604ec62e97160e796d5b9c560f22f37c4 /install.sh | |
| parent | 19865adb6ae04972d1df6a10f339acf0472b2c06 (diff) | |
adds install.sh to install joeac.net under user joeac.net
Diffstat (limited to 'install.sh')
| -rw-r--r-- | install.sh | 9 |
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 |
