Commit f1f8649 1 parent abcb59c commit f1f8649 Copy full SHA for f1f8649
File tree 5 files changed +9
-9
lines changed
5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ shim "$dir\bin\scoop.ps1" $false
56
56
57
57
# download main bucket
58
58
$dir = " $scoopdir \buckets\main"
59
- $zipurl = ' https://github.com/scoopinstaller/scoop-main /archive/master.zip'
59
+ $zipurl = ' https://github.com/ScoopInstaller/Main /archive/master.zip'
60
60
$zipfile = " $dir \main-bucket.zip"
61
61
Write-Output ' Downloading main bucket...'
62
62
New-Item $dir - Type Directory - Force | Out-Null
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ reset_aliases
13
13
14
14
# TODO: remove this in a few weeks
15
15
if ((Get-LocalBucket ) -notcontains ' main' ) {
16
- warn " The main bucket of Scoop has been separated to 'https://github.com/scoopinstaller/scoop-main '"
16
+ warn " The main bucket of Scoop has been separated to 'https://github.com/ScoopInstaller/Main '"
17
17
warn " You don't have the main bucket added, adding main bucket for you..."
18
18
add_bucket ' main'
19
19
exit
Original file line number Diff line number Diff line change 1
1
{
2
- "main" : " https://github.com/scoopinstaller/scoop-main " ,
2
+ "main" : " https://github.com/ScoopInstaller/Main " ,
3
3
"extras" : " https://github.com/lukesampson/scoop-extras" ,
4
- "versions" : " https://github.com/scoopinstaller/versions " ,
5
- "nightlies" : " https://github.com/scoopinstaller/nightlies " ,
4
+ "versions" : " https://github.com/ScoopInstaller/Versions " ,
5
+ "nightlies" : " https://github.com/ScoopInstaller/Nightlies " ,
6
6
"nirsoft" : " https://github.com/kodybrown/scoop-nirsoft" ,
7
- "php" : " https://github.com/scoopinstaller/php " ,
7
+ "php" : " https://github.com/ScoopInstaller/PHP " ,
8
8
"nerd-fonts" : " https://github.com/matthewjberger/scoop-nerd-fonts" ,
9
9
"nonportable" : " https://github.com/oltolm/scoop-nonportable" ,
10
- "java" : " https://github.com/scoopinstaller /Java" ,
10
+ "java" : " https://github.com/ScoopInstaller /Java" ,
11
11
"games" : " https://github.com/Calinou/scoop-games" ,
12
12
"jetbrains" : " https://github.com/Ash258/Scoop-JetBrains"
13
13
}
Original file line number Diff line number Diff line change 4
4
# scoop install git
5
5
#
6
6
# To install an app from a manifest at a URL:
7
- # scoop install https://raw.githubusercontent.com/scoopinstaller/scoop-main /master/bucket/runat.json
7
+ # scoop install https://raw.githubusercontent.com/ScoopInstaller/Main /master/bucket/runat.json
8
8
#
9
9
# To install an app from a manifest on your computer
10
10
# scoop install \path\to\app.json
Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ function update_scoop() {
105
105
}
106
106
107
107
if ((Get-LocalBucket ) -notcontains ' main' ) {
108
- info " The main bucket of Scoop has been separated to 'https://github.com/scoopinstaller/scoop-main '"
108
+ info " The main bucket of Scoop has been separated to 'https://github.com/ScoopInstaller/Main '"
109
109
info " Adding main bucket..."
110
110
add_bucket ' main'
111
111
}
You can’t perform that action at this time.
0 commit comments