Update 'Installer.sh'

Removed NodeRed from auto installing in unattended mode
This commit is contained in:
b.waal 2023-09-12 16:15:17 +02:00
parent 0cd6f11d88
commit 0dd0add335

View File

@ -10,7 +10,7 @@ SKIPoptions=yes
SKIPhomer=yes SKIPhomer=yes
if [[ $SKIPoptions == "yes" ]]; then if [[ $SKIPoptions == "yes" ]]; then
OPTIONS='"Domoticz" "Node-RED" "Zigbee2MQTT" "Unattended-Upgrades" "Monitor-Service" "Homer"' OPTIONS='"Domoticz" "Zigbee2MQTT" "Unattended-Upgrades" "Monitor-Service" "Homer"'
fi fi
if [[ $SKIPhomer == "yes" ]]; then if [[ $SKIPhomer == "yes" ]]; then
ISP=Ziggo ISP=Ziggo