mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2024-11-19 18:00:22 +01:00
Merge pull request #3836 from rootzoll/specter-v1.14.5
disable Specter update in menu
This commit is contained in:
commit
2d5e4f2dcc
@ -496,9 +496,10 @@ if [ "${lndg}" == "on" ]; then
|
||||
OPTIONS+=(LNDG "Update LNDg")
|
||||
fi
|
||||
|
||||
if [ "${specter}" == "on" ]; then
|
||||
OPTIONS+=(SPECTER "Update Specter Desktop")
|
||||
fi
|
||||
## Disabled for now until the base image has Python 3.10
|
||||
#if [ "${specter}" == "on" ]; then
|
||||
# OPTIONS+=(SPECTER "Update Specter Desktop")
|
||||
#fi
|
||||
|
||||
if [ "${BTCPayServer}" == "on" ]; then
|
||||
OPTIONS+=(BTCPAY "Update BTCPayServer")
|
||||
|
Loading…
Reference in New Issue
Block a user