Skip to content

Instantly share code, notes, and snippets.

@kifirifis
Last active October 9, 2024 19:33
Show Gist options
  • Save kifirifis/c27db54784be4781631dfd1122cea752 to your computer and use it in GitHub Desktop.
Save kifirifis/c27db54784be4781631dfd1122cea752 to your computer and use it in GitHub Desktop.
if (!(Get-Command choco -ErrorAction SilentlyContinue)) {
Set-ExecutionPolicy Bypass -Scope Process -Force
[System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072
Invoke-Expression ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))
}
iwr -useb https://gist.githubusercontent.com/kifirifis/146a32e3bd0ed3af0e7878333ce01067/raw/41f93bf4304b604c3efb9f9bbc82d0ec2fe5c568/misprogramas.ps1 | iex
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment