From eb49b97e7d4b5bbb08dceecf92bc7570ba44d51b Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 6 Nov 2022 09:40:42 +0100 Subject: [PATCH] Update 91-universal_graphic_drivers.sh --- .templates/91-universal_graphic_drivers.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.templates/91-universal_graphic_drivers.sh b/.templates/91-universal_graphic_drivers.sh index 5fb9d29da..083f2dad1 100644 --- a/.templates/91-universal_graphic_drivers.sh +++ b/.templates/91-universal_graphic_drivers.sh @@ -12,6 +12,10 @@ if bashio::config.has_value "graphic_driver"; then # Get installer type if [ -f /usr/bin/apt ]; then bashio::log.info "... Distribution detected : Debian/Ubuntu" + apt-get install -yqq software-properties-common >/dev/null + add-apt-repository ppa:kisak/kisak-mesa >/dev/null + apt-get update >/dev/null + apt-get install -yqq mesa elif [ -f /usr/bin/apk ]; then bashio::log.info "... Distribution detected : Alpine" fi