fix: 修复ghproxy加速链接失效的问题

This commit is contained in:
Yuanzhe Liu
2022-12-24 23:46:21 +08:00
parent b265ef9639
commit fa4e32a73a
5 changed files with 53 additions and 46 deletions

View File

@@ -15,7 +15,8 @@
# 部署到fly.io
``` sh
curl -L https://fly.io/install.sh | sh
curl -L https://fly.io/install.sh | sh #linux
iwr https://fly.io/install.ps1 -useb | iex #windows
export FLYCTL_INSTALL="/home/codespace/.fly"
export PATH="$FLYCTL_INSTALL/bin:$PATH"
flyctl auth login