Created
December 23, 2016 02:15
-
-
Save bohdanszymanik/205769e4ceb1f6a1a78e9cbc10d21558 to your computer and use it in GitHub Desktop.
Get scoop.sh behind the corporate proxy fw
This file contains hidden or 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
set-executionpolicy unrestricted -s cu | |
$browser = New-Object System.Net.WebClient | |
$browser.Proxy.Credentials =[System.Net.CredentialCache]::DefaultNetworkCredentials | |
iex ($browser).downloadstring('https://get.scoop.sh') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment