Skip to content

Commit

Permalink
fix: change the domain from ghproxy.com to gh-proxy.com
Browse files Browse the repository at this point in the history
  • Loading branch information
LinuxSuRen authored Nov 10, 2023
1 parent d837b13 commit f18fdac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install-zh.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ else
exit 2
fi

address=https://ghproxy.com/https://github.com/linuxsuren/http-downloader/releases/latest/download/hd-${OS}-${ARCH}.tar.gz
address=https://gh-proxy.com/https://github.com/linuxsuren/http-downloader/releases/latest/download/hd-${OS}-${ARCH}.tar.gz

if [ -x "$(command -v curl)" ]; then
curl -L $address | tar xzv hd
Expand Down

0 comments on commit f18fdac

Please sign in to comment.