diff --git a/.templates/91-universal_graphic_drivers.sh b/.templates/91-universal_graphic_drivers.sh index cdde305d8..18f7d28b7 100644 --- a/.templates/91-universal_graphic_drivers.sh +++ b/.templates/91-universal_graphic_drivers.sh @@ -11,10 +11,8 @@ fi # Get installer type if [ -f /usr/bin/apt ]; then - PACKAGE="apk add --no-cache" bashio::log.info "... Distribution detected : Debian/Ubuntu" elif [ -f /usr/bin/apk ]; then - PACKAGE="apt-get update && apt-get install -yq " bashio::log.info "... Distribution detected : Alpine" fi