mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 06:48:00 +01:00
suez update to latest master
This commit is contained in:
parent
ce6af54dc7
commit
0d7ac3168a
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
@ -85,7 +85,8 @@ if [ "$1" = "update" ]; then
|
|||
| sudo -u bitcoin python -
|
||||
# download source code
|
||||
sudo -u bitcoin git clone https://github.com/prusnak/suez.git
|
||||
cd suez || exit 1
|
||||
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
|
||||
|
|
Loading…
Add table
Reference in a new issue