Created
March 9, 2021 22:50
-
-
Save ctmcisco/e738ed945f79510f069604f6061876eb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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