mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-22 21:16:29 +02:00
pkg(go-1.16.2): Fix build.sh to follow redirects
This commit is contained in:
parent
eac95d8c6b
commit
4dade61599
2 changed files with 2 additions and 2 deletions
2
packages/go/1.16.2/build.sh
vendored
2
packages/go/1.16.2/build.sh
vendored
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env bash
|
||||
curl https://golang.org/dl/go1.16.2.linux-amd64.tar.gz -o go1.16.2.linux-amd64.tar.gz
|
||||
curl -LO https://golang.org/dl/go1.16.2.linux-amd64.tar.gz
|
||||
tar -xzf go1.16.2.linux-amd64.tar.gz
|
||||
rm go1.16.2.linux-amd64.tar.gz
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue