Update Installer.sh

Fixed oopsie
This commit is contained in:
Beeranco 2023-08-14 16:52:19 +02:00 committed by GitHub
parent bbe545f631
commit 31d92656f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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