mirror of
https://github.com/ScoopInstaller/Scoop.git
synced 2026-08-29 09:36:37 +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) |