We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 080073e commit cb6bac4Copy full SHA for cb6bac4
browser_install/edge.sh
@@ -7,7 +7,7 @@ do
7
sleep 1
8
done
9
10
-curl -s https://packages.microsoft.com/keys/microsoft.asc | sudo apt-key --keyring /etc/apt/trusted.gpg.d/microsoft.gpg add -
+curl -s https://www.webpagetest.org/keys/microsoft/microsoft.asc | sudo apt-key --keyring /etc/apt/trusted.gpg.d/microsoft.gpg add -
11
echo "deb [arch=amd64] https://packages.microsoft.com/repos/edge stable main" | sudo tee /etc/apt/sources.list.d/microsoft-edge-dev.list
12
13
until sudo apt -y update
0 commit comments