add go proxy

pull/548/head v2.0.0-beta4
微凉 2021-11-09 21:36:27 +08:00
parent 17af21079f
commit f4affb2c69
1 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,8 @@ if [ "$1" == "web" ]; then
exit 0
fi
go env -w GOPROXY=https://goproxy.cn,https://mirrors.aliyun.com/goproxy/,https://goproxy.io,direct
if [ "$1" == "docker" ]; then
appName="alist"
builtAt="$(date +'%F %T %z')"