mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-10 09:35:58 +02:00
Lint
This commit is contained in:
@@ -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); \
|
awk -F'(<a href="microsoft-edge-stable_|_amd64.deb\")' '/href=/ {print $2}' | sort --version-sort | tail -1); \
|
||||||
fi
|
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"
|
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
|
apt-get install --no-install-recommends -y /tmp/edge.deb
|
||||||
echo "**** edge docker tweaks ****"
|
echo "**** edge docker tweaks ****"
|
||||||
if [ -f /usr/bin/microsoft-edge-stable ]; then
|
if [ -f /usr/bin/microsoft-edge-stable ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user