Commit 5226f26 1 parent 4f5acd7 commit 5226f26 Copy full SHA for 5226f26
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ if ([System.Enum]::GetNames([System.Net.SecurityProtocolType]) -notcontains 'Tls
28
28
}
29
29
30
30
# 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'
32
32
Write-Output ' Initializing...'
33
33
Invoke-Expression (new-object net.webclient).downloadstring($core_url )
34
34
@@ -41,7 +41,7 @@ if (installed 'scoop') {
41
41
$dir = ensure (versiondir ' scoop' ' current' )
42
42
43
43
# download scoop zip
44
- $zipurl = ' https://github.com/lukesampson /scoop/archive/master.zip'
44
+ $zipurl = ' https://github.com/ScoopInstaller /scoop/archive/master.zip'
45
45
$zipfile = " $dir \scoop.zip"
46
46
Write-Output ' Downloading scoop...'
47
47
dl $zipurl $zipfile
You can’t perform that action at this time.
0 commit comments