Use HTTPS for the apt repository (#203833)

This commit is contained in:
Francois Marier
2024-01-31 10:46:26 -08:00
committed by GitHub
parent f7b26ac95c
commit 3d15752604

View File

@@ -51,7 +51,7 @@ if [ "@@NAME@@" != "code-oss" ]; then
if [ "$WRITE_SOURCE" -eq "1" ]; then
echo "### THIS FILE IS AUTOMATICALLY CONFIGURED ###
# You may comment out this entry, but any other modifications may be lost.
deb [arch=amd64,arm64,armhf] http://packages.microsoft.com/repos/code stable main" > $CODE_SOURCE_PART
deb [arch=amd64,arm64,armhf] https://packages.microsoft.com/repos/code stable main" > $CODE_SOURCE_PART
# Sourced from https://packages.microsoft.com/keys/microsoft.asc
if [ ! -f $CODE_TRUSTED_PART ]; then