mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 11:08:51 +01:00
Disable apt repository source
Need repository to be signed before enabling
This commit is contained in:
@@ -19,4 +19,5 @@ APT_SOURCE_PARTS=$APT_ETC$(get_apt_config_value Dir::Etc::sourceparts)
|
||||
CODE_SOURCE_LIST=$APT_SOURCE_PARTS/visual-studio-@@NAME@@.list
|
||||
|
||||
rm -f $CODE_SOURCE_LIST
|
||||
echo "deb @@UPDATEURL@@/api/deb/@@QUALITY@@/ @@ARCHITECTURE@@/" > $CODE_SOURCE_LIST
|
||||
# TODO: #2973: Enable once the apt repository is signed
|
||||
#echo "deb @@UPDATEURL@@/api/deb/@@QUALITY@@/ @@ARCHITECTURE@@/" > $CODE_SOURCE_LIST
|
||||
|
||||
Reference in New Issue
Block a user