bos: update to 6.1.0 (#1602)

This commit is contained in:
openoms 2020-09-29 15:34:27 +01:00 committed by rootzoll
parent c0b6df3106
commit a584d4687e

View File

@ -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