Last active
March 6, 2025 09:58
-
-
Save mcx808/7dc982ca7782b4f0c68ec5fc99b97d04 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
if (-not (Get-Command choco -ErrorAction SilentlyContinue) ) { | |
Invoke-Webrequest https://chocolatey.org/install.ps1 | Invoke-Expression | |
} | |
choco source add -n=Certus -s "https://pkgs.dev.azure.com/Tactis/Repo/_packaging/Certus/nuget/v2" | |
choco source disable -n=Chocolatey |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment