rename go-proxy to godoxy

This commit is contained in:
yusing
2025-02-23 14:27:25 +08:00
parent d25d5b734c
commit 847811a52c
6 changed files with 37 additions and 37 deletions

View File

@@ -55,7 +55,7 @@ else
echo "Unsupported architecture: $arch, expect x86_64 or aarch64"
exit 1
fi
repo="yusing/go-proxy"
repo="yusing/godoxy"
install_path="/usr/local/bin"
name="godoxy-agent"
bin_path="${install_path}/${name}"