From c1e3fc75c43b8f1b490d96e8bafaff8f811d90e1 Mon Sep 17 00:00:00 2001 From: SathishGopi Date: Tue, 23 Sep 2025 10:05:53 +0000 Subject: [PATCH] Update from Lambda Signed-off-by: SathishGopi --- docs/01_install_setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/01_install_setup.md b/docs/01_install_setup.md index 0b8bae8..527bf4e 100644 --- a/docs/01_install_setup.md +++ b/docs/01_install_setup.md @@ -28,7 +28,7 @@ echo "deb [signed-by=/usr/share/keyrings/hashicorp.gpg] https://apt.releases.has Adds the HashiCorp package repository to your system so Terraform can be installed and updated. ```bash -sudo apt update && sudo apt install -y terraform && clear +sudo apt update && sudo apt install -y terraform ``` Refreshes package list again and installs the latest Terraform release.