patch code (#5183)

This commit is contained in:
/rootzoll
2025-11-11 16:39:32 +01:00
committed by rootzoll
parent b1e5816b5c
commit 452016ece1
2 changed files with 2 additions and 1 deletions

View File

@@ -1,5 +1,6 @@
## What's new in Version 1.12.1 of RaspiBlitz? ## What's new in Version 1.12.1 of RaspiBlitz?
- Update: Bitcoin Core v29.2 [details](https://github.com/bitcoin/bitcoin/blob/master/doc/release-notes/release-notes-29.2.md)
- Update: Electrum Server in Rust (electrs) v0.10.10 [details](https://github.com/romanz/electrs/blob/master/RELEASE-NOTES.md#01010-jul-19-2025) - Update: Electrum Server in Rust (electrs) v0.10.10 [details](https://github.com/romanz/electrs/blob/master/RELEASE-NOTES.md#01010-jul-19-2025)
- Update: AlbyHub v1.20.0 [details](https://github.com/getAlby/hub/releases/tag/v1.20.0) - Update: AlbyHub v1.20.0 [details](https://github.com/getAlby/hub/releases/tag/v1.20.0)
- Update: Bitcoin Knots 29.2 (optional) [details](https://github.com/bitcoinknots/bitcoin/releases/tag/v29.2.knots20251010) - Update: Bitcoin Knots 29.2 (optional) [details](https://github.com/bitcoinknots/bitcoin/releases/tag/v29.2.knots20251010)

View File

@@ -28,7 +28,7 @@ fi
mode="$1" mode="$1"
# RECOMMENDED UPDATE BY RASPIBLITZ TEAM (latest tested version available) # RECOMMENDED UPDATE BY RASPIBLITZ TEAM (latest tested version available)
bitcoinVersion="" # example: 22.0 .. keep empty if no newer version as sd card build is available bitcoinVersion="30.0" # example: 22.0 .. keep empty if no newer version as sd card build is available
# GATHER DATA # GATHER DATA
# setting download directory to the current user # setting download directory to the current user