From 572a51a78acc852ecaa735a7c0520472f9ad3f3d Mon Sep 17 00:00:00 2001 From: Beeranco <49772805+Beeranco@users.noreply.github.com> Date: Wed, 16 Aug 2023 02:04:58 +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 2d19bdf..c2daefe 100644 --- a/Installer.sh +++ b/Installer.sh @@ -138,7 +138,7 @@ rm /etc/update-motd.d/10-uname #sed -i -e 's/dtoverlay=vc4-kms-v3d/dtoverlay=vc4-fkms-v3d/g' /boot/config.txt echo 'APT::Install-Recommends "false";' >> /etc/apt/apt.conf.d/01Recommends -echo 'APT::Install-Suggests "false";' >> /etc/apt/apt.conf.d/01Suggests. +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