Update Installer.sh

Disabled "fix" by enabling the fakekms overlay to prevent video output from stopping after updates were installed.
This commit is contained in:
Beeranco 2023-08-14 21:45:19 +02:00 committed by GitHub
parent 6001dd0c20
commit e00b505be8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -125,7 +125,7 @@ fi
rm /etc/motd
rm /etc/update-motd.d/10-uname
sed -i -e 's/dtoverlay=vc4-kms-v3d/dtoverlay=vc4-fkms-v3d/g' /boot/config.txt
#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.