summaryrefslogtreecommitdiff
path: root/update.sh
diff options
context:
space:
mode:
Diffstat (limited to 'update.sh')
-rw-r--r--update.sh8
1 files changed, 4 insertions, 4 deletions
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