mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Fix typo in standalone-install.sh (#1186)
Signed-off-by: Johannes Røsvik <j.rosvik@gmail.com>
This commit is contained in:
parent
563175cfdb
commit
99509586db
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user