Update 91-universal_graphic_drivers.sh

This commit is contained in:
Alexandre
2022-11-05 10:18:39 +01:00
committed by GitHub
parent 903fbdb8b9
commit aa2a916899

View File

@@ -13,7 +13,7 @@ fi
if [ -f /usr/bin/apt ]; then
PACKAGE="apk add --no-cache"
bashio::log.info "... Distribution detected : Debian/Ubuntu"
elif if [ -f /usr/bin/apk ]; then
elif [ -f /usr/bin/apk ]; then
PACKAGE="apt-get update && apt-get install -yq "
bashio::log.info "... Distribution detected : Alpine"
fi