mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-19 20:24:39 +02:00
update lightning dialog
This commit is contained in:
@@ -57,12 +57,12 @@ if [ "${network}" == "bitcoin" ]; then
|
||||
# choose lightning client
|
||||
OPTIONS=()
|
||||
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")
|
||||
CHOICE=$(dialog --clear \
|
||||
--backtitle "RaspiBlitz ${codeVersion} - Setup" \
|
||||
--title "⚡ Lightning ⚡" \
|
||||
--menu "\nChoose your Lightning Client: \n " \
|
||||
--menu "\nChoose your Lightning Client to run on RaspiBlitz: \n " \
|
||||
12 64 6 \
|
||||
"${OPTIONS[@]}" \
|
||||
2>&1 >/dev/tty)
|
||||
|
Reference in New Issue
Block a user