mirror of
https://github.com/yusing/godoxy.git
synced 2025-06-09 13:02:33 +02:00
update default branch for setup script
This commit is contained in:
parent
4e5a8d0985
commit
409a18df38
2 changed files with 1 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
if [ -z "$BRANCH" ]; then
|
if [ -z "$BRANCH" ]; then
|
||||||
BRANCH="main"
|
BRANCH="v0.5"
|
||||||
fi
|
fi
|
||||||
BASE_URL="https://github.com/yusing/go-proxy/raw/${BRANCH}"
|
BASE_URL="https://github.com/yusing/go-proxy/raw/${BRANCH}"
|
||||||
mkdir -p go-proxy
|
mkdir -p go-proxy
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
0.5.0-rc3
|
|
Loading…
Add table
Reference in a new issue