OpenTofu install script
This commit is contained in:
parent
a2f54c5dc9
commit
020301b18a
14
install_opentofu.sh
Executable file
14
install_opentofu.sh
Executable file
@ -0,0 +1,14 @@
|
|||||||
|
# Download the installer script:
|
||||||
|
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
|
||||||
|
|
||||||
|
# Give it execution permissions:
|
||||||
|
chmod +x install-opentofu.sh
|
||||||
|
|
||||||
|
# Please inspect the downloaded script
|
||||||
|
|
||||||
|
# Run the installer:
|
||||||
|
./install-opentofu.sh --install-method deb
|
||||||
|
|
||||||
|
# Remove the installer:
|
||||||
|
rm -f install-opentofu.sh
|
||||||
Loading…
x
Reference in New Issue
Block a user