disable Specter update

This commit is contained in:
openoms 2023-05-15 10:44:43 +01:00
parent f2b77e913d
commit 8a6adc4e69
No known key found for this signature in database
GPG key ID: 5BFB77609B081B65

View file

@ -496,9 +496,10 @@ if [ "${lndg}" == "on" ]; then
OPTIONS+=(LNDG "Update LNDg") OPTIONS+=(LNDG "Update LNDg")
fi fi
if [ "${specter}" == "on" ]; then ## Disabled for now until the base image has Python 3.10
OPTIONS+=(SPECTER "Update Specter Desktop") #if [ "${specter}" == "on" ]; then
fi # OPTIONS+=(SPECTER "Update Specter Desktop")
#fi
if [ "${BTCPayServer}" == "on" ]; then if [ "${BTCPayServer}" == "on" ]; then
OPTIONS+=(BTCPAY "Update BTCPayServer") OPTIONS+=(BTCPAY "Update BTCPayServer")