From e00b505be831f93e5b19cf875e5cb499925df984 Mon Sep 17 00:00:00 2001 From: Beeranco <49772805+Beeranco@users.noreply.github.com> Date: Mon, 14 Aug 2023 21:45:19 +0200 Subject: [PATCH] Update Installer.sh Disabled "fix" by enabling the fakekms overlay to prevent video output from stopping after updates were installed. --- Installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Installer.sh b/Installer.sh index cc6d570..110a806 100644 --- a/Installer.sh +++ b/Installer.sh @@ -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.