Last active
October 9, 2024 19:33
-
-
Save kifirifis/c27db54784be4781631dfd1122cea752 to your computer and use it in GitHub Desktop.
This file contains 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 (!(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