mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-16 12:29:10 +02:00
Update 91-universal_graphic_drivers.sh
This commit is contained in:
@@ -13,7 +13,7 @@ fi
|
|||||||
if [ -f /usr/bin/apt ]; then
|
if [ -f /usr/bin/apt ]; then
|
||||||
PACKAGE="apk add --no-cache"
|
PACKAGE="apk add --no-cache"
|
||||||
bashio::log.info "... Distribution detected : Debian/Ubuntu"
|
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 "
|
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