From 31d92656f8fbb8ed64496ba96e0b578f68218ef0 Mon Sep 17 00:00:00 2001 From: Beeranco <49772805+Beeranco@users.noreply.github.com> Date: Mon, 14 Aug 2023 16:52:19 +0200 Subject: [PATCH] Update Installer.sh Fixed oopsie --- Installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Installer.sh b/Installer.sh index 0e776e1..273fb6d 100644 --- a/Installer.sh +++ b/Installer.sh @@ -134,7 +134,7 @@ echo 'APT::Install-Suggests "false";' >> /etc/apt/apt.conf.d/01Suggests. if [[ $OPTIONS == *"Monitor-Service"* ]]; then wget $GIT/$REPO/$BRANCH/RasPi-Config/autologin -O /etc/systemd/system/getty@tty1.service.d/autologin.conf - wget $GIT/$REPO/$BRANCH/RasPi-Config/monitor.service -O /etc/domoticz/setupVars.conf + wget $GIT/$REPO/$BRANCH/RasPi-Config/monitor.service -O /etc/monitor.service echo "" >> /home/pi/.profile echo "# show Monitor on autologon" >> /home/pi/.profile echo "bash /etc/monitor.service" >> /home/pi/.profile