summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2026-08-11 22:10:35 +0100
committerJoe Carstairs <me@joeac.net>2026-08-11 22:10:35 +0100
commita06458ab6613eab34203d753b5ef6ecaccac0261 (patch)
tree839d3d52f28a8e1c41bd62d170ec75d7940a24e9
parent803c9e9f3217dbb3f21c5fa7c8c702933a902adf (diff)
remove redundant update.sh
-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