Skip to content

Instantly share code, notes, and snippets.

@ijaureguialzo
Created March 17, 2022 14:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ijaureguialzo/e73440db4788f652dbf53d0e274c0555 to your computer and use it in GitHub Desktop.
Save ijaureguialzo/e73440db4788f652dbf53d0e274c0555 to your computer and use it in GitHub Desktop.
Instalar Scoop
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
Invoke-Expression (New-Object System.Net.WebClient).DownloadString('https://get.scoop.sh')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment