Skip to content

Commit

Permalink
Install apt repository as http, not https
Browse files Browse the repository at this point in the history
Fixes #21654
  • Loading branch information
Tyriar committed Mar 2, 2017
1 parent 434def6 commit 4db944b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/linux/debian/postinst.template
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 4db944b

Please sign in to comment.