Update 91-universal_graphic_drivers.sh

This commit is contained in:
Alexandre
2022-11-05 11:49:52 +01:00
committed by GitHub
parent 2770aadc6d
commit 3a59337ac8

View File

@@ -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