mirror of
https://github.com/openoms/bitcoin-tutorials.git
synced 2025-12-19 21:04:20 +01:00
typo fix and use 'sudo shutdown now -r' to restart
This commit is contained in:
@@ -12,7 +12,7 @@
|
|||||||
#inspect the script:
|
#inspect the script:
|
||||||
cat bitcoincore.update.v0.21.0.sh
|
cat bitcoincore.update.v0.21.0.sh
|
||||||
#run:
|
#run:
|
||||||
bash bitcoincore.update.v0.21.0.sh`
|
bash bitcoincore.update.v0.21.0.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
### [v0.20.0](/raspiblitz.updates/bitcoincore.update.v0.20.0.sh)
|
### [v0.20.0](/raspiblitz.updates/bitcoincore.update.v0.20.0.sh)
|
||||||
@@ -26,5 +26,4 @@
|
|||||||
`$ wget https://raw.githubusercontent.com/openoms/bitcoin-tutorials/master/raspiblitz.updates/bitcoincore.update.v0.19.1.sh && bash bitcoincore.update.v0.19.1.sh`
|
`$ wget https://raw.githubusercontent.com/openoms/bitcoin-tutorials/master/raspiblitz.updates/bitcoincore.update.v0.19.1.sh && bash bitcoincore.update.v0.19.1.sh`
|
||||||
|
|
||||||
## LND updates
|
## LND updates
|
||||||
|
|
||||||
Find in: [https://github.com/openoms/lightning-node-management](https://github.com/openoms/lightning-node-management/blob/master/lnd.updates/README.md)
|
Find in: [https://github.com/openoms/lightning-node-management](https://github.com/openoms/lightning-node-management/blob/master/lnd.updates/README.md)
|
||||||
@@ -146,5 +146,5 @@ sleep 10
|
|||||||
echo "Unlock lnd with the Password C"
|
echo "Unlock lnd with the Password C"
|
||||||
lncli unlock
|
lncli unlock
|
||||||
echo
|
echo
|
||||||
echo "A restart is recommended to bring all services back online. Use: 'restart' or 'sudo reboot -f'"
|
echo "A restart is recommended to bring all services back online. Use: 'restart' or 'sudo shutdown now -r'"
|
||||||
echo
|
echo
|
||||||
|
|||||||
Reference in New Issue
Block a user