Skip to content

Commit cb6bac4

Browse files
committed
Update the microsoft cert to use a proxied domain
1 parent 080073e commit cb6bac4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

browser_install/edge.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ do
77
sleep 1
88
done
99

10-
curl -s https://packages.microsoft.com/keys/microsoft.asc | sudo apt-key --keyring /etc/apt/trusted.gpg.d/microsoft.gpg add -
10+
curl -s https://www.webpagetest.org/keys/microsoft/microsoft.asc | sudo apt-key --keyring /etc/apt/trusted.gpg.d/microsoft.gpg add -
1111
echo "deb [arch=amd64] https://packages.microsoft.com/repos/edge stable main" | sudo tee /etc/apt/sources.list.d/microsoft-edge-dev.list
1212

1313
until sudo apt -y update

0 commit comments

Comments
 (0)