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}"

View File

@@ -39,7 +39,7 @@ echo "Using ${DOWNLOAD_TOOL} for downloads"
# }
# Environment variables with defaults
REPO="yusing/go-proxy"
REPO="yusing/godoxy"
BRANCH=${BRANCH:-"main"}
REPO_URL="https://github.com/$REPO"
WIKI_URL="${REPO_URL}/wiki"