Skip to content
This repository was archived by the owner on Apr 4, 2024. It is now read-only.

HomagGroup/opentofu-choco

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenTofu Chocolatey Package


⚠ This repository is now maintained here: https://github.com/ravager-dk/Chocolatey-Packages

Create package locally

# Execute `get-shasums.sh` to get the correct SHASUMS for the `chocolateyinstall.ps1` and enter them manually.
.\get-shasums.sh

# Create a chocolatey package
choco pack --version 1.6.2

# Install the chocolatey package
choco install opentofu --source .
# if it's a prerelease e.g. 1.6.0-beta5
choco install opentofu --source . --pre

# Upgrade the chocolatey package
choco upgrade opentofu --source .

# check if version is correct
tofu --version

# Uninstall the chocolatey package
choco uninstall opentofu

I used the terraform choco package from @jamestoyer as template. Thank you ❤

About

Chocolatey package for OpenTofu

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •