mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-20 04:37:19 +02:00
update lightning dialog
This commit is contained in:
@@ -57,12 +57,12 @@ if [ "${network}" == "bitcoin" ]; then
|
|||||||
# choose lightning client
|
# choose lightning client
|
||||||
OPTIONS=()
|
OPTIONS=()
|
||||||
OPTIONS+=(LND "LND - Lightning Network Daemon (DEFAULT)")
|
OPTIONS+=(LND "LND - Lightning Network Daemon (DEFAULT)")
|
||||||
OPTIONS+=(CL "C-lightning by Blockstream (fewer apps)")
|
OPTIONS+=(CL "C-lightning by Blockstream (NEW)")
|
||||||
OPTIONS+=(NONE "Run without Lightning")
|
OPTIONS+=(NONE "Run without Lightning")
|
||||||
CHOICE=$(dialog --clear \
|
CHOICE=$(dialog --clear \
|
||||||
--backtitle "RaspiBlitz ${codeVersion} - Setup" \
|
--backtitle "RaspiBlitz ${codeVersion} - Setup" \
|
||||||
--title "⚡ Lightning ⚡" \
|
--title "⚡ Lightning ⚡" \
|
||||||
--menu "\nChoose your Lightning Client: \n " \
|
--menu "\nChoose your Lightning Client to run on RaspiBlitz: \n " \
|
||||||
12 64 6 \
|
12 64 6 \
|
||||||
"${OPTIONS[@]}" \
|
"${OPTIONS[@]}" \
|
||||||
2>&1 >/dev/tty)
|
2>&1 >/dev/tty)
|
||||||
|
Reference in New Issue
Block a user