Skip to content

Commit

Permalink
Remove self-contained tentacle installation from existing chocolateyI…
Browse files Browse the repository at this point in the history
…nstall.ps1 file (#1025)
  • Loading branch information
samdanaei authored Oct 16, 2024
1 parent 5b68072 commit d18811c
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions source/Chocolatey/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,3 @@ Install-ChocolateyPackage `
-ChecksumType '<checksumtype-net-framework>' `
-Checksum64 '<checksum64-net-framework>' `
-ChecksumType64 '<checksumtype64-net-framework>'
Install-ChocolateyPackage `
-PackageName 'OctopusDeploy.Tentacle.SelfContained' `
-FileType 'msi' `
-SilentArgs '/quiet' `
-Url 'https://download.octopusdeploy.com/octopus/Octopus.Tentacle.0.0.0-net8.0-windows-win-x86.msi' `
-Url64bit 'https://download.octopusdeploy.com/octopus/Octopus.Tentacle.0.0.0-net8.0-windows-win-x64.msi' `
-Checksum '<checksum-self-contained>' `
-ChecksumType '<checksumtype-self-contained>' `
-Checksum64 '<checksum64-self-contained>' `
-ChecksumType64 '<checksumtype64-self-contained>'

0 comments on commit d18811c

Please sign in to comment.