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