Skip to content

Commit 5226f26

Browse files
authored
chore: s/lukesamson/ScoopInstaller in install.ps1
1 parent 4f5acd7 commit 5226f26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/install.ps1

+2-2
Original file line numberDiff line numberDiff 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'
3232
Write-Output 'Initializing...'
3333
Invoke-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"
4646
Write-Output 'Downloading scoop...'
4747
dl $zipurl $zipfile

0 commit comments

Comments
 (0)