Skip to content

Instantly share code, notes, and snippets.

@ctmcisco
Created March 9, 2021 22:50
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ctmcisco/e738ed945f79510f069604f6061876eb to your computer and use it in GitHub Desktop.
Save ctmcisco/e738ed945f79510f069604f6061876eb to your computer and use it in GitHub Desktop.
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned ;
[Net.servicepointmanager]::SecurityProtocol = [Net.securityprotocoltype]::tls12 ;
Install-PackageProvider -Name NuGet -RequiredVersion 2.8.5.201 -Force ;
Install-Module chocolatey -AllowClobber -SkipPublisherCheck -Force -Verbose ;
Import-Module chocolatey ;
Install-chocolateysoftware -verbose
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment