Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update scoop-update.ps1 #4118

Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update scoop.ps1
Replaced forced installation of main bucket with instructions on adding it manually
JorundMartinsen authored Sep 22, 2020

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit cf6790b14ca1e06836fe6ca2f13b5955c5de7790
4 changes: 1 addition & 3 deletions bin/scoop.ps1
Original file line number Diff line number Diff line change
@@ -13,9 +13,7 @@ reset_aliases
# TODO: remove this in a few weeks
if ((Get-LocalBucket) -notcontains 'main') {
warn "The main bucket of Scoop has been separated to 'https://github.com/ScoopInstaller/Main'"
warn "You don't have the main bucket added, adding main bucket for you..."
add_bucket 'main'
exit
warn "Run 'scoop bucket add main' to install from main bucket"
}

$commands = commands