From 19a1ab3e796c34858d529496170baabb5653fad3 Mon Sep 17 00:00:00 2001 From: Chawye Hsu Date: Sat, 27 Apr 2019 00:21:44 +0800 Subject: [PATCH] chore: add notification for new main bucket (#3392) --- libexec/scoop-update.ps1 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libexec/scoop-update.ps1 b/libexec/scoop-update.ps1 index 03f21346cb..e556449f1e 100644 --- a/libexec/scoop-update.ps1 +++ b/libexec/scoop-update.ps1 @@ -105,6 +105,8 @@ function update_scoop() { } if ((Get-LocalBucket) -notcontains 'main') { + info "The main bucket of Scoop has been separated to 'https://github.com/scoopinstaller/scoop-main'" + info "Adding main bucket..." add_bucket 'main' }