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
Next Next commit
Update scoop-update.ps1
Removed forced installation of main bucket. Bumped notification to warning
  • Loading branch information
JorundMartinsen authored Sep 22, 2020
commit 55151440e6e6eab6c9c58a7b6dab6830065cd63f
5 changes: 2 additions & 3 deletions libexec/scoop-update.ps1
Original file line number Diff line number Diff line change
@@ -129,9 +129,8 @@ function update_scoop() {
}

if ((Get-LocalBucket) -notcontains 'main') {
info "The main bucket of Scoop has been separated to 'https://github.com/ScoopInstaller/Main'"
info "Adding main bucket..."
add_bucket 'main'
warn "The main bucket of Scoop has been separated to 'https://github.com/ScoopInstaller/Main'"
warn "Run 'scoop bucket add main' to install from main bucket"
}

ensure_scoop_in_path