mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-25 07:07:46 +01:00
bos: pin to v5.36.0
This commit is contained in:
parent
496085abe4
commit
3459dab1a8
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ if [ "$1" = "1" ] || [ "$1" = "on" ]; then
|
|||
sudo /usr/sbin/usermod --append --groups lndadmin bos
|
||||
|
||||
# install bos
|
||||
sudo -u bos npm install -g balanceofsatoshis
|
||||
sudo -u bos npm install -g balanceofsatoshis@5.36.0
|
||||
|
||||
# setting value in raspi blitz config
|
||||
sudo sed -i "s/^bos=.*/bos=on/g" /mnt/hdd/raspiblitz.conf
|
||||
|
|
Loading…
Add table
Reference in a new issue