add update script

This commit is contained in:
JOLIMAITRE Matthieu 2024-06-18 02:21:42 +02:00
parent 68f4d8a543
commit 94df7c8562

9
update.sh Executable file
View file

@ -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