We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d57cd0 commit 13666feCopy full SHA for 13666fe
images/windows/scripts/build/Install-AWSTools.ps1
@@ -11,7 +11,7 @@ Install-ChocoPackage awscli
11
Install-Binary `
12
-Url "https://s3.amazonaws.com/session-manager-downloads/plugin/latest/windows/SessionManagerPluginSetup.exe" `
13
-InstallArgs ("/silent", "/install") `
14
- -ExpectedSignature "75A5FB4D02FCB2AB799718F315BAAA3103E9D60C"
+ -ExpectedSignature "CFC0CE0547A698E5F3FA78F819654CE016D76464"
15
$env:Path = $env:Path + ";$env:ProgramFiles\Amazon\SessionManagerPlugin\bin"
16
17
# Install AWS SAM CLI
0 commit comments