suez update to latest master

This commit is contained in:
openoms 2021-09-28 10:41:33 +01:00
parent ce6af54dc7
commit 0d7ac3168a

View file

@ -1,7 +1,7 @@
#!/bin/bash
# https://github.com/prusnak/suez/commits/master
SUEZVERSION="bbf366572ad6dc2d8644de85c0946c7fc386d141"
SUEZVERSION="c19cedb715317a843d09a1347dcfaef4013f589b"
# command info
if [ $# -eq 0 ] || [ "$1" = "-h" ] || [ "$1" = "-help" ]; then
@ -86,6 +86,7 @@ if [ "$1" = "update" ]; then
# download source code
sudo -u bitcoin git clone https://github.com/prusnak/suez.git
cd suez || exit 1
sudo -u bitcoin git pull
sudo -u bitcoin /home/bitcoin/.local/bin/poetry install
echo "# Updated to the latest in https://github.com/prusnak/suez/commits/master"
exit 0