From 0dd0add3357e388e286daa0572e0184f36db6723 Mon Sep 17 00:00:00 2001 From: "b.waal" Date: Tue, 12 Sep 2023 16:15:17 +0200 Subject: [PATCH] Update 'Installer.sh' Removed NodeRed from auto installing in unattended mode --- Installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Installer.sh b/Installer.sh index 2a27c2e..c2e0d74 100644 --- a/Installer.sh +++ b/Installer.sh @@ -10,7 +10,7 @@ SKIPoptions=yes SKIPhomer=yes if [[ $SKIPoptions == "yes" ]]; then -OPTIONS='"Domoticz" "Node-RED" "Zigbee2MQTT" "Unattended-Upgrades" "Monitor-Service" "Homer"' +OPTIONS='"Domoticz" "Zigbee2MQTT" "Unattended-Upgrades" "Monitor-Service" "Homer"' fi if [[ $SKIPhomer == "yes" ]]; then ISP=Ziggo