We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 674322d commit a964345Copy full SHA for a964345
solution_template/vm-linux-terraform/scripts/infra.sh
@@ -73,7 +73,7 @@ unset TF_VERSION
73
74
echo "deb [arch=amd64] https://packages.microsoft.com/repos/azure-cli/ wheezy main" | sudo tee /etc/apt/sources.list.d/azure-cli.list
75
76
-sudo apt-key adv --keyserver packages.microsoft.com --recv-keys 52E16F86FEE04B979B07E28DB02C46DF417A0893
+sudo curl -L https://packages.microsoft.com/keys/microsoft.asc | sudo apt-key add -
77
78
sudo apt-get install apt-transport-https
79
0 commit comments