diff --git a/CHANGES.md b/CHANGES.md index dab8c6450..0c135f6eb 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -17,7 +17,7 @@ - Update: BTCPayServer v1.3.6 with UPDATE option [details](https://github.com/btcpayserver/btcpayserver/releases/tag/v1.3.6) - Update: Electrum Server in Rust (electrs) v0.9.4 [details](https://github.com/romanz/electrs/blob/v0.9.4/RELEASE-NOTES.md) - Update: JoinMarket v0.9.4 [details](https://github.com/JoinMarket-Org/joinmarket-clientserver/releases/tag/v0.9.4) -- Update: JoininBox v0.6.5 [details](https://github.com/openoms/joininbox/releases/tag/v0.6.5) +- Update: JoininBox v0.6.6 [details](https://github.com/openoms/joininbox/releases/tag/v0.6.6) - Update: Thunderhub v0.12.31 [details](https://github.com/apotdevin/thunderhub/releases/tag/v0.12.31) - Update: BTC-RPC-Explorer v3.3.0 [details](https://github.com/janoside/btc-rpc-explorer/blob/master/CHANGELOG.md#v330) - Update: Specter Desktop 1.7.2 [details](https://github.com/cryptoadvance/specter-desktop/releases/tag/v1.7.2) diff --git a/home.admin/config.scripts/blitz.git-verify.sh b/home.admin/config.scripts/blitz.git-verify.sh index a799cd4c9..26bed8702 100644 --- a/home.admin/config.scripts/blitz.git-verify.sh +++ b/home.admin/config.scripts/blitz.git-verify.sh @@ -22,7 +22,7 @@ fi # PGPpubkeyLink="https://github.com/${PGPsigner}.gpg" # PGPpubkeyFingerprint="F579929B39B119CC7B0BB71FB326ACF51F317B69" -# Run with the insatting user to clear permissions: +# Run with the installing user to clear permissions: # sudo -u btcrpcexplorer /home/admin/config.scripts/blitz.git-verify.sh \ # "${PGPsigner}" "${PGPpubkeyLink}" "${PGPpubkeyFingerprint}" || exit 1 diff --git a/home.admin/config.scripts/bonus.joinmarket.sh b/home.admin/config.scripts/bonus.joinmarket.sh index be118865d..795e4c526 100755 --- a/home.admin/config.scripts/bonus.joinmarket.sh +++ b/home.admin/config.scripts/bonus.joinmarket.sh @@ -5,8 +5,7 @@ # https://github.com/openoms/bitcoin-tutorials/tree/master/joinmarket # https://github.com/openoms/joininbox -# JBVERSION="v0.6.5" # with JoinMarket v0.9.4 -JBVERSION="b0efe45" # dev +JBVERSION="v0.6.6" # with JoinMarket v0.9.4 # command info if [ $# -eq 0 ] || [ "$1" = "-h" ] || [ "$1" = "-help" ]; then