add update script
This commit is contained in:
parent
68f4d8a543
commit
94df7c8562
1 changed files with 9 additions and 0 deletions
9
update.sh
Executable file
9
update.sh
Executable 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
|
Loading…
Add table
Add a link
Reference in a new issue