mirror of
https://github.com/yusing/godoxy.git
synced 2026-03-23 09:31:02 +01:00
rename go-proxy to godoxy
This commit is contained in:
@@ -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}"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user