Alternative installation of libnss3

https://github.com/alexbelgium/hassio-addons/issues/824
This commit is contained in:
Alexandre
2023-05-05 17:51:32 +02:00
committed by GitHub
parent 1b2a763bba
commit ab93487de7

View File

@@ -9,6 +9,9 @@ if bashio::config.has_value 'TZ'; then
ln -snf /usr/share/zoneinfo/"$TIMEZONE" /etc/localtime && echo "$TIMEZONE" >/etc/timezone
fi
bashio::log.info "Install libnss3"
apt-get update && apt-get install libnss3 &>/dev/null
# Set Ingress login
sqlite3 /config/addons_config/calibre-web/app.db 'update settings set config_reverse_proxy_login_header_name="X-WebAuth-User",config_allow_reverse_proxy_header_login=1'