Skip to content

Instantly share code, notes, and snippets.

@ErnWong
Last active October 2, 2015 20:59
Show Gist options
  • Save ErnWong/e1fc8e702938f51b4e7c to your computer and use it in GitHub Desktop.
Save ErnWong/e1fc8e702938f51b4e7c to your computer and use it in GitHub Desktop.
Scoop install, but using development fork
$scoopscript = (new-object net.webclient).downloadstring('https://raw.github.com/ErnWong/scoop/dev-portable/bin/install.ps1'); iex ("$scoopscript" -replace 'lukesampson', 'ErnWong' -replace 'master', 'dev-portable')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment