update lightning dialog

This commit is contained in:
rootzoll
2021-10-05 09:14:46 +02:00
parent 5dcdb06275
commit 872ea17956

View File

@@ -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)