From 0e4a820284f45118792cf7b9e4740b752280b888 Mon Sep 17 00:00:00 2001 From: cyhhao Date: Sat, 21 Jan 2023 00:14:20 +0800 Subject: [PATCH] change cdn url --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index e066862..b567b13 100755 --- a/install.sh +++ b/install.sh @@ -458,7 +458,7 @@ main() { local _dir local _suffix - local _url="https://github.com/git3protocol/git3-cli/releases/latest/download" + local _url="https://git3.sh/download/latest" if [ "$OS_TYPE" = Darwin ]; then _dir="/usr/local/bin" _suffix="macos"