Skip to content

Commit

Permalink
chore: s/lukesamson/ScoopInstaller in install.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
rasa committed Oct 26, 2021
1 parent 4f5acd7 commit 5226f26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/install.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ if ([System.Enum]::GetNames([System.Net.SecurityProtocolType]) -notcontains 'Tls
}

# get core functions
$core_url = 'https://raw.githubusercontent.com/lukesampson/scoop/master/lib/core.ps1'
$core_url = 'https://raw.githubusercontent.com/ScoopInstaller/scoop/master/lib/core.ps1'
Write-Output 'Initializing...'
Invoke-Expression (new-object net.webclient).downloadstring($core_url)

Expand All @@ -41,7 +41,7 @@ if (installed 'scoop') {
$dir = ensure (versiondir 'scoop' 'current')

# download scoop zip
$zipurl = 'https://github.com/lukesampson/scoop/archive/master.zip'
$zipurl = 'https://github.com/ScoopInstaller/scoop/archive/master.zip'
$zipfile = "$dir\scoop.zip"
Write-Output 'Downloading scoop...'
dl $zipurl $zipfile
Expand Down

0 comments on commit 5226f26

Please sign in to comment.