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 /update.sh | |
| parent | 19865adb6ae04972d1df6a10f339acf0472b2c06 (diff) | |
adds install.sh to install joeac.net under user joeac.net
Diffstat (limited to 'update.sh')
| -rw-r--r-- | update.sh | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,6 +1,6 @@ #!/bin/sh -cd /usr/local/lib/joeac.net \ - && git pull \ - && make \ - && make reinstall +cd /home/joeac.net/joeac.net \ + && sudo -u joeac.net git pull \ + && sudo -u joeac.net make \ + && sudo -u joeac.net make reinstall |
