Skip to content

Commit

Permalink
fix: proxy arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
fishros committed May 24, 2024
1 parent 407e206 commit fc71863
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tools/tool_install_proxy_tool.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ def install_proxy_tool(self):
CmdTask("mkdir -p {}".format(clash_home),os_command=True).run()
if osarch=='amd64':
CmdTask('sudo wget http://github.fishros.org/https://raw.githubusercontent.com/tuomasiy/mlash/main/clash -O {}clash'.format(clash_home),os_command=True).run()
# elif osarch=='arm64':
# CmdTask('sudo wget http://github.fishros.org/https://github.com/Dreamacro/clash/releases/download/v1.17.0/clash-linux-arm64-v1.17.0.gz -O {}clash.gz'.format(clash_home),os_command=True).run()
elif osarch=='arm64':
CmdTask('sudo wget https://down.clash.la/Clash/Core/Premium/clash-linux-arm64-latest.gz -O {}clash.gz'.format(clash_home),os_command=True).run()
else:
return False
PrintUtils.print_info("下载完成~")
Expand All @@ -99,8 +99,6 @@ def install_proxy_tool(self):
PrintUtils.print_warn("请输入CLASH订阅地址(若无请访问:https://fishros.org.cn/forum/topic/668 获取)")
serve_url = input("订阅地址:")


# docker run -p 1234:80 -d --name yacd --rm ghcr.io/haishanh/yacd:master

PrintUtils.print_info("正在配置启动脚本....")
self.install_docker()
Expand Down

0 comments on commit fc71863

Please sign in to comment.