Update third party librairies and tools (#6669)

This commit is contained in:
Florian Ruynat
2020-09-17 11:36:46 +02:00
committed by GitHub
parent 04932f496f
commit 705ad84ce7
7 changed files with 12 additions and 13 deletions

View File

@@ -40,7 +40,7 @@ Grab the latest version of Terraform and install it.
```bash
echo "https://releases.hashicorp.com/terraform/$(curl -s https://checkpoint-api.hashicorp.com/v1/check/terraform | jq -r -M '.current_version')/terraform_$(curl -s https://checkpoint-api.hashicorp.com/v1/check/terraform | jq -r -M '.current_version')_linux_amd64.zip"
sudo yum install unzip
sudo unzip terraform_0.12.24_linux_amd64.zip -d /usr/local/bin/
sudo unzip terraform_0.12.29_linux_amd64.zip -d /usr/local/bin/
```
## Download Kubespray