mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-27 12:06:36 +02:00
suez update to latest master
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# https://github.com/prusnak/suez/commits/master
|
# https://github.com/prusnak/suez/commits/master
|
||||||
SUEZVERSION="bbf366572ad6dc2d8644de85c0946c7fc386d141"
|
SUEZVERSION="c19cedb715317a843d09a1347dcfaef4013f589b"
|
||||||
|
|
||||||
# command info
|
# command info
|
||||||
if [ $# -eq 0 ] || [ "$1" = "-h" ] || [ "$1" = "-help" ]; then
|
if [ $# -eq 0 ] || [ "$1" = "-h" ] || [ "$1" = "-help" ]; then
|
||||||
@@ -85,7 +85,8 @@ if [ "$1" = "update" ]; then
|
|||||||
| sudo -u bitcoin python -
|
| sudo -u bitcoin python -
|
||||||
# download source code
|
# download source code
|
||||||
sudo -u bitcoin git clone https://github.com/prusnak/suez.git
|
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
|
sudo -u bitcoin /home/bitcoin/.local/bin/poetry install
|
||||||
echo "# Updated to the latest in https://github.com/prusnak/suez/commits/master"
|
echo "# Updated to the latest in https://github.com/prusnak/suez/commits/master"
|
||||||
exit 0
|
exit 0
|
||||||
|
Reference in New Issue
Block a user