mirror of
https://github.com/NoCLin/LightMirrors
synced 2025-07-23 18:16:39 +08:00
10 lines
213 B
Bash
10 lines
213 B
Bash
set -ex
|
|
|
|
cat /scripts/certs/certificate.crt >> /etc/ssl/certs/ca-certificates.crt
|
|
|
|
go env -w GOPROXY=https://goproxy.local.homeinfra.org,direct
|
|
|
|
go clean -modcache
|
|
go mod init test
|
|
go get golang.org/x/sys@v0.22.0
|