mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-10 09:51:02 +01:00
Update 91-universal_graphic_drivers.sh
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user