Skip to content

Commit 6b3694a

Browse files
authored
fix: update ghmirror
1 parent 085ece6 commit 6b3694a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ if ping -c 1 -W 1 google.com > /dev/null 2>&1; then
77
prefix=""
88
echo "检测到您的网络可以连接到 Google,不使用镜像下载"
99
else
10-
prefix="https://mirror.ghproxy.com/"
10+
prefix="https://ghfast.top/"
1111
echo "检测到您的网络无法连接到 Google,使用镜像下载"
1212
fi
1313

@@ -115,4 +115,4 @@ echo "frp-panel 服务已启动"
115115

116116
sudo systemctl restart frpp
117117

118-
sudo systemctl enable frpp
118+
sudo systemctl enable frpp

0 commit comments

Comments
 (0)