Update Installer.sh

Fixed oopsie
This commit is contained in:
Beeranco 2023-08-16 02:04:58 +02:00 committed by GitHub
parent 6e280be558
commit 572a51a78a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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