Skip to content

Commit

Permalink
fix(wechat): 修复代理地址错误问题
Browse files Browse the repository at this point in the history
  • Loading branch information
fishros committed Sep 18, 2024
1 parent 948816e commit 51c62be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/tool_install_wechat.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def install_wechat(self):
CmdTask('rm -rf /tmp/wechat_deb',os_command=True).run()
PrintUtils.print_success("已为你安装完成wechat~")
if code==3:
CmdTask('wget https://mirror.ghproxy.com/https://github.com/lovechoudoufu/wechat_for_linux/releases/download/wechat-beta-%E7%BB%95%E8%BF%87%E7%99%BB%E5%BD%95%E6%A3%80%E6%B5%8B/wechat-beta_1.0.0.145_amd64.fixed.deb -O /tmp/wechat.deb',os_command=True).run()
CmdTask('wget http://github.fishros.org/https://github.com/lovechoudoufu/wechat_for_linux/releases/download/wechat-beta-%E7%BB%95%E8%BF%87%E7%99%BB%E5%BD%95%E6%A3%80%E6%B5%8B/wechat-beta_1.0.0.145_amd64.fixed.deb -O /tmp/wechat.deb',os_command=True).run()
CmdTask('sudo dpkg -i /tmp/wechat.deb',os_command=True).run()
CmdTask('apt --fix-broken install -y',os_command=True).run()
PrintUtils.print_success("已为你安装完成wechat-linux版本~")
Expand Down

0 comments on commit 51c62be

Please sign in to comment.