From dcd2e1cd19e5473233ebe223b906c4200b69bf1e Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Fri, 3 Jul 2026 09:18:18 +0100 Subject: adds install.sh to install joeac.net under user joeac.net --- update.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'update.sh') diff --git a/update.sh b/update.sh index 52a3276..6b547d4 100644 --- a/update.sh +++ b/update.sh @@ -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 -- cgit v1.2.3