Skip to content

Instantly share code, notes, and snippets.

@mcx808
Last active March 6, 2025 09:58
Show Gist options
  • Save mcx808/7dc982ca7782b4f0c68ec5fc99b97d04 to your computer and use it in GitHub Desktop.
Save mcx808/7dc982ca7782b4f0c68ec5fc99b97d04 to your computer and use it in GitHub Desktop.
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