diff --git a/tools/tool_install_wechat.py b/tools/tool_install_wechat.py index 80e5dc7..14e5e6d 100644 --- a/tools/tool_install_wechat.py +++ b/tools/tool_install_wechat.py @@ -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版本~")