Merge pull request #3836 from rootzoll/specter-v1.14.5

disable Specter update in menu
This commit is contained in:
/rootzoll 2023-05-15 23:30:53 +02:00 committed by GitHub
commit 2d5e4f2dcc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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