From 94df7c856222c89301383ff550a5a7450b6863df Mon Sep 17 00:00:00 2001 From: JOLIMAITRE Matthieu Date: Tue, 18 Jun 2024 02:21:42 +0200 Subject: [PATCH] add update script --- update.sh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 update.sh diff --git a/update.sh b/update.sh new file mode 100755 index 0000000..c192240 --- /dev/null +++ b/update.sh @@ -0,0 +1,9 @@ +#!/bin/sh +set -e +cd "$(dirname "$(realpath "$0")")" +alias log='echo "[update.sh]"' + + +yes | ./uninstall.sh +git pull +yes | ./install.sh