mirror of
https://github.com/openfaas/faasd.git
synced 2025-06-17 12:46:57 +00:00
Fix Go 1.13 curl command
This commit is contained in:
parent
6e5bc27d9a
commit
2d8b2b1f73
@ -166,7 +166,7 @@ You may find alternatives for CentOS and other distributions.
|
||||
### Install Go 1.13 (x86_64)
|
||||
|
||||
```sh
|
||||
https://dl.google.com/go/go1.13.6.linux-amd64.tar.gz > go.tgz
|
||||
curl -sSLf https://dl.google.com/go/go1.13.6.linux-amd64.tar.gz > go.tgz
|
||||
sudo rm -rf /usr/local/go/
|
||||
sudo mkdir -p /usr/local/go/
|
||||
sudo tar -xvf go.tgz -C /usr/local/go/ --strip-components=1
|
||||
|
Loading…
x
Reference in New Issue
Block a user