summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--update.sh11
1 files changed, 0 insertions, 11 deletions
diff --git a/update.sh b/update.sh
deleted file mode 100644
index fe9da63..0000000
--- a/update.sh
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/sh
-
-if [ -z "${XDG_RUNTIME_DIR}" ]
-then
- export XDG_RUNTIME_DIR=/tmp/xdg/$(id -u joeac.net)-xdg-runtime-dir
-fi
-
-cd /home/joeac.net/joeac.net \
- && sudo -u joeac.net git pull \
- && sudo -u joeac.net make \
- && sudo -u joeac.net make reinstall