mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-04-13 14:19:20 +02:00
disable Specter update
This commit is contained in:
parent
f2b77e913d
commit
8a6adc4e69
@ -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…
x
Reference in New Issue
Block a user