File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ if ([System.Enum]::GetNames([System.Net.SecurityProtocolType]) -notcontains 'Tls
2828}
2929
3030# get core functions
31- $core_url = ' https://raw.githubusercontent.com/lukesampson /scoop/master/lib/core.ps1'
31+ $core_url = ' https://raw.githubusercontent.com/ScoopInstaller /scoop/master/lib/core.ps1'
3232Write-Output ' Initializing...'
3333Invoke-Expression (new-object net.webclient).downloadstring($core_url )
3434
@@ -41,7 +41,7 @@ if (installed 'scoop') {
4141$dir = ensure (versiondir ' scoop' ' current' )
4242
4343# download scoop zip
44- $zipurl = ' https://github.com/lukesampson /scoop/archive/master.zip'
44+ $zipurl = ' https://github.com/ScoopInstaller /scoop/archive/master.zip'
4545$zipfile = " $dir \scoop.zip"
4646Write-Output ' Downloading scoop...'
4747dl $zipurl $zipfile
You can’t perform that action at this time.
0 commit comments