Install apt repository as http, not https

Fixes #21654
This commit is contained in:
Daniel Imms
2017-03-01 22:42:52 -08:00
parent 434def671b
commit 4db944bc08

View File

@@ -63,6 +63,6 @@ NdCFTW7wY0Fb1fWJ+/KTsC4=
# Install repository source list if it does not already exist
if [ ! -f $CODE_SOURCE_PART ]; then
echo "deb [arch=amd64] https://packages.microsoft.com/repos/vscode stable main" > $CODE_SOURCE_PART
echo "deb [arch=amd64] http://packages.microsoft.com/repos/vscode stable main" > $CODE_SOURCE_PART
fi
fi