mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-03-17 21:31:45 +01:00
parent
8e20a40dba
commit
b37217e902
@ -5,6 +5,7 @@
|
||||
- Update: LNDK 0.2.0 (Pay BOLT12 offers with LND) [details](https://github.com/lndk-org/lndk/releases/tag/v0.2.0)
|
||||
- Update: Helipad (Podcasting 2.0 Boostagram reader) v0.2.0 [details](https://github.com/Podcastindex-org/helipad/releases/tag/v0.2.0)
|
||||
- Update: Mempool 3.0.0 [details](https://github.com/mempool/mempool/releases/tag/v3.0.0)
|
||||
- Update: Jam (JoinMarket Web UI) v0.3.0 [details](https://github.com/joinmarket-webui/jam/releases/tag/v0.3.0)
|
||||
|
||||
## What's new in Version 1.11.2 of RaspiBlitz?
|
||||
|
||||
|
7
home.admin/config.scripts/bonus.jam.sh
Normal file → Executable file
7
home.admin/config.scripts/bonus.jam.sh
Normal file → Executable file
@ -2,7 +2,7 @@
|
||||
|
||||
# https://github.com/joinmarket-webui/jam
|
||||
|
||||
WEBUI_VERSION=0.2.0
|
||||
WEBUI_VERSION=0.3.0
|
||||
REPO=joinmarket-webui/jam
|
||||
USERNAME=jam
|
||||
HOME_DIR=/home/$USERNAME
|
||||
@ -10,9 +10,10 @@ APP_DIR=webui
|
||||
RASPIBLITZ_INFO=/home/admin/raspiblitz.info
|
||||
RASPIBLITZ_CONF=/mnt/hdd/raspiblitz.conf
|
||||
|
||||
PGPsigner="dergigi"
|
||||
# dergigi 89C4A25E69A5DE7F # theborakompanioni E8070AF0053AAC0D
|
||||
PGPsigner="theborakompanioni"
|
||||
PGPpubkeyLink="https://github.com/${PGPsigner}.gpg"
|
||||
PGPpubkeyFingerprint="89C4A25E69A5DE7F"
|
||||
PGPpubkeyFingerprint="E8070AF0053AAC0D"
|
||||
|
||||
# command info
|
||||
if [ $# -eq 0 ] || [ "$1" = "-h" ] || [ "$1" = "-help" ]; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user