There was an error while loading. Please reload this page.
1 parent 2d074d8 commit 496b804Copy full SHA for 496b804
1 file changed
resources/linux/debian/postinst.template
@@ -30,10 +30,9 @@ if [ "@@NAME@@" != "code-oss" ]; then
30
31
APT_DIR=$(get_apt_config_value Dir)
32
APT_ETC=$APT_DIR$(get_apt_config_value Dir::Etc)
33
- APT_SOURCE_PARTS=$APT_ETC$(get_apt_config_value Dir::Etc::sourceparts)
34
- CODE_SOURCE_LIST=$APT_SOURCE_PARTS/visual-studio-@@NAME@@.list
+ APT_SOURCE_PARTS=$APT_ETC/$(get_apt_config_value Dir::Etc::sourceparts)
+ CODE_SOURCE_LIST=$APT_SOURCE_PARTS/vscode.list
35
36
rm -f $CODE_SOURCE_LIST
37
- # TODO: #2973: Enable once the apt repository is signed
38
- #echo "deb @@UPDATEURL@@/api/deb/@@QUALITY@@/@@ARCHITECTURE@@/ /" > $CODE_SOURCE_LIST
+ # echo "deb [arch=amd64] https://packages.microsoft.com/repos/vscode stable main" > $CODE_SOURCE_LIST
39
fi
0 commit comments