This commit is contained in:
Alexandre
2025-05-27 14:44:09 +02:00
committed by GitHub
parent a8c9c802e7
commit bffa33b748

View File

@@ -60,7 +60,7 @@ if bashio::config.true 'install_ms_edge'; then
awk -F'(<a href="microsoft-edge-stable_|_amd64.deb\")' '/href=/ {print $2}' | sort --version-sort | tail -1); \
fi
curl -o /tmp/edge.deb -L "https://packages.microsoft.com/repos/edge/pool/main/m/microsoft-edge-stable/microsoft-edge-stable_${EDGE_VERSION}_amd64.deb"
dpkg -I /tmp/edge.deb && break || sleep 10
dpkg -I /tmp/edge.deb
apt-get install --no-install-recommends -y /tmp/edge.deb
echo "**** edge docker tweaks ****"
if [ -f /usr/bin/microsoft-edge-stable ]; then