We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 398ccea commit eada459Copy full SHA for eada459
1 file changed
bin/scoop.ps1
@@ -10,14 +10,6 @@ set-strictmode -off
10
11
reset_aliases
12
13
-# TODO: remove this in a few weeks
14
-if ((Get-LocalBucket) -notcontains 'main') {
15
- warn "The main bucket of Scoop has been separated to 'https://github.com/ScoopInstaller/Main'"
16
- warn "You don't have the main bucket added, adding main bucket for you..."
17
- add_bucket 'main'
18
- exit
19
-}
20
-
21
$commands = commands
22
if ('--version' -contains $cmd -or (!$cmd -and '-v' -contains $args)) {
23
Push-Location $(versiondir 'scoop' 'current')
0 commit comments