Skip to content

Instantly share code, notes, and snippets.

@infernalsirius
Last active February 24, 2021 06:54
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 infernalsirius/2820aae8888bcc308a3732d7be0a21de to your computer and use it in GitHub Desktop.
Save infernalsirius/2820aae8888bcc308a3732d7be0a21de to your computer and use it in GitHub Desktop.
[Scoop installation script]
#Installs in seconds
#Make sure PowerShell 5 (or later, include PowerShell Core) and .NET Framework 4.5 (or later) are installed. Then run:
Invoke-Expression (New-Object System.Net.WebClient).DownloadString('https://get.scoop.sh')
# or shorter
iwr -useb get.scoop.sh | iex
#Note: if you get an error you might need to change the execution policy (i.e. enable Powershell) with
Set-ExecutionPolicy RemoteSigned -scope CurrentUser
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment