mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-04-11 13:20:56 +02:00
bos: update to 6.1.0 (#1602)
This commit is contained in:
parent
c0b6df3106
commit
a584d4687e
@ -61,7 +61,7 @@ if [ "$1" = "1" ] || [ "$1" = "on" ]; then
|
||||
# install bos
|
||||
# check latest version:
|
||||
# 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
|
||||
echo "FAIL - npm install did not run correctly, aborting"
|
||||
exit 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user