Fix typo in standalone-install.sh (#1186)

Signed-off-by: Johannes Røsvik <j.rosvik@gmail.com>
This commit is contained in:
Johannes Røsvik 2024-01-25 07:55:29 +01:00 committed by GitHub
parent 563175cfdb
commit 99509586db
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,7 +2,7 @@
curl --proto '=https' --tlsv1.2 -fsSL https://get.opentofu.org/install-opentofu.sh -o install-opentofu.sh
# Alternatively: wget --secure-protocol=TLSv1_2 --https-only https://get.opentofu.org/install-opentofu.sh -O install-opentofu.sh
# Grand execution permissions:
# Grant execution permissions:
chmod +x install-opentofu.sh
# Please inspect the downloaded script at this point.