Merge pull request #29931 from alekssaul/patch-1

Website/Docs: debian install - run apt update first
This commit is contained in:
Laura Pacilio 2021-12-06 11:06:13 -05:00 committed by GitHub
commit fc7358611c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 4 deletions

View File

@ -50,13 +50,10 @@ The above command line uses the following sub-shell commands:
* `lsb_release -cs` to find the distribution release codename for your current
system, such as `buster`, `groovy`, or `sid`.
`apt-add-repository` usually automatically runs `apt update` as part of its
work to fetch the new package indices, but if it does not, you will need to
manually do so before the packages will be available.
To install Terraform from the new repository:
```bash
sudo apt update
sudo apt install terraform
```