Skip to content

Commit

Permalink
fix(vscode):修复使用错误的vscode下载地址
Browse files Browse the repository at this point in the history
  • Loading branch information
fishros committed Aug 19, 2022
1 parent dff3e39 commit e68bb51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/tool_install_vscode.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def install_vscode(self):
if osarch=='amd64':
CmdTask('sudo wget http://vscode.cdn.azure.cn/stable/6d9b74a70ca9c7733b29f0456fd8195364076dda/code_1.70.1-1660113095_amd64.deb -O /tmp/vscode.deb',os_command=True).run()
elif osarch=='arm64':
CmdTask('sudo wget http://vscode.cdn.azure.cn/stable/6d9b74a70ca9c7733b29f0456fd8195364076dda/code_1.70.1-1660113095_arm64.deb -O /tmp/vscode.deb',os_command=True).run()
CmdTask('sudo wget http://vscode.cdn.azure.cn/stable/e4503b30fc78200f846c62cf8091b76ff5547662/code_1.70.2-1660628199_arm64.deb -O /tmp/vscode.deb',os_command=True).run()
else:
return False
PrintUtils.print_info("下载完成,接下来为你安装Vscode~")
Expand Down

0 comments on commit e68bb51

Please sign in to comment.