mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-10-09 20:32:52 +02:00
bos: update to 6.1.0 (#1602)
This commit is contained in:
@@ -61,7 +61,7 @@ if [ "$1" = "1" ] || [ "$1" = "on" ]; then
|
|||||||
# install bos
|
# install bos
|
||||||
# check latest version:
|
# check latest version:
|
||||||
# https://github.com/alexbosworth/balanceofsatoshis/blob/master/package.json#L70
|
# https://github.com/alexbosworth/balanceofsatoshis/blob/master/package.json#L70
|
||||||
sudo -u bos npm install -g balanceofsatoshis@5.43.1
|
sudo -u bos npm install -g balanceofsatoshis@6.1.0
|
||||||
if ! [ $? -eq 0 ]; then
|
if ! [ $? -eq 0 ]; then
|
||||||
echo "FAIL - npm install did not run correctly, aborting"
|
echo "FAIL - npm install did not run correctly, aborting"
|
||||||
exit 1
|
exit 1
|
||||||
|
Reference in New Issue
Block a user