add go proxy

This commit is contained in:
微凉 2021-11-09 21:36:27 +08:00
parent 17af21079f
commit f4affb2c69

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')"