mirror of
https://github.com/tofuutils/pre-commit-opentofu.git
synced 2025-10-15 17:38:54 +02:00
Update installation instructions (#79)
- Fix package name misspell - TFlint migrate to another organization
This commit is contained in:
parent
0a75b5bafe
commit
800756d895
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ brew install pre-commit gawk terraform-docs tflint
|
|||
##### Ubuntu
|
||||
|
||||
```bash
|
||||
sudo apt install python-pip3 gawk &&\
|
||||
sudo apt install python3-pip gawk &&\
|
||||
pip3 install pre-commit
|
||||
curl -L "$(curl -s https://api.github.com/repos/segmentio/terraform-docs/releases/latest | grep -o -E "https://.+?-linux-amd64")" > terraform-docs && chmod +x terraform-docs && sudo mv terraform-docs /usr/bin/
|
||||
curl -L "$(curl -s https://api.github.com/repos/terraform-linters/tflint/releases/latest | grep -o -E "https://.+?_linux_amd64.zip")" > tflint.zip && unzip tflint.zip && rm tflint.zip && sudo mv tflint /usr/bin/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue