mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-17 09:58:16 +01:00
Update 80-configuration.sh
This commit is contained in:
@@ -9,11 +9,6 @@ bashio::log.info "Changing app repositories to edge"
|
||||
echo "https://dl-cdn.alpinelinux.org/alpine/edge/main"; } > /etc/apk/repositories
|
||||
fi
|
||||
|
||||
# Upgrade
|
||||
echo "Updating distribution"
|
||||
apk update >/dev/null
|
||||
apk upgrade >/dev/null
|
||||
|
||||
# Install rpi video drivers
|
||||
if bashio::config.true 'rpi_video_drivers'; then
|
||||
bashio::log.info "Installing Rpi graphic drivers"
|
||||
|
||||
Reference in New Issue
Block a user