mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-28 16:58:03 +01:00
disable Specter update
This commit is contained in:
parent
f2b77e913d
commit
8a6adc4e69
1 changed files with 4 additions and 3 deletions
|
@ -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")
|
||||||
|
|
Loading…
Add table
Reference in a new issue