Skip to content

Commit

Permalink
Update chocolateyinstall.ps1
Browse files Browse the repository at this point in the history
Fix Issue that the website sometime works sometimes not. Copied the idea from scoop apps.
  • Loading branch information
bsempir0x65 authored Jan 30, 2024
1 parent 353e5de commit fbdab7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/peanatomist.vm/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Import-Module vm.common -Force -DisableNameChecking
$toolName = 'PEAnatomist'
$category = 'PE'

$zipUrl = 'https://rammerlabs.alidml.ru/files/0000-0002-29CD-0000/PEAnatomist-0.2.zip'
$zipSha256 = '8265abffa0f9e7ad4c3e2293b708c4cfda475407309e97b2437ec7121cd8668d'
$zipUrl = 'https://web.archive.org/web/20240117120829/https://rammerlabs.alidml.ru/files/0000-0002-29CD-0000/PEAnatomist-0.2.zip'
$zipSha256 = '4e24cecdce194b821828635997d441b800eecdfe79f8bd4f90af98accd3953dd'

VM-Install-From-Zip $toolName $category $zipUrl -zipSha256 $zipSha256 -consoleApp $false

0 comments on commit fbdab7d

Please sign in to comment.