From 54a4967963f8eba4d6a14a34de59094d08da3df7 Mon Sep 17 00:00:00 2001 From: Guy Sheffer Date: Sat, 12 Jan 2019 14:40:57 +0200 Subject: [PATCH] Fix Package 'libgl1-mesa-swx11' has no installation candidate error --- scripts/setup_system_rbpi_raspbian_lite_stretch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/setup_system_rbpi_raspbian_lite_stretch.sh b/scripts/setup_system_rbpi_raspbian_lite_stretch.sh index f3de9cc3..36f37af2 100755 --- a/scripts/setup_system_rbpi_raspbian_lite_stretch.sh +++ b/scripts/setup_system_rbpi_raspbian_lite_stretch.sh @@ -77,7 +77,7 @@ apt-get update # System apt-get -y remove isc-dhcp-client apt-get -y install systemd dhcpcd-dbus avahi-daemon usbmount usbutils -apt-get -y install xinit xserver-xorg-video-fbdev x11-xserver-utils xinput libgl1-mesa-swx11 libgl1-mesa-dri +apt-get -y install xinit xserver-xorg-video-fbdev x11-xserver-utils xinput libgl1-mesa-dri apt-get -y install wpasupplicant firmware-brcm80211 firmware-atheros firmware-ralink firmware-realtek atmel-firmware wireless-tools # CLI Tools