mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-31 04:44:05 +02:00
Update 91-universal_graphic_drivers.sh
This commit is contained in:
@@ -11,10 +11,8 @@ fi
|
|||||||
|
|
||||||
# Get installer type
|
# Get installer type
|
||||||
if [ -f /usr/bin/apt ]; then
|
if [ -f /usr/bin/apt ]; then
|
||||||
PACKAGE="apk add --no-cache"
|
|
||||||
bashio::log.info "... Distribution detected : Debian/Ubuntu"
|
bashio::log.info "... Distribution detected : Debian/Ubuntu"
|
||||||
elif [ -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"
|
bashio::log.info "... Distribution detected : Alpine"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user