mirror of
https://github.com/ScoopInstaller/Scoop.git
synced 2026-09-01 19:16:40 +00:00
8 lines
144 B
PowerShell
8 lines
144 B
PowerShell
. "$psscriptroot/../lib/config.ps1"
|
|
|
|
$url = 'http://scoop.sh'
|
|
|
|
$wc = new-object net.webclient
|
|
$wc.proxy.getproxy($url)
|
|
|
|
$wc.downloadstring($url) |