提交 4db944bc 编写于 作者: D Daniel Imms

Install apt repository as http, not https

Fixes #21654
上级 434def67
......@@ -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
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册