Skip to content

Commit 2363e99

Browse files
niheavense35710
authored andcommitted
fix(install): Don't show manifest while updating (ScoopInstaller#4581)
1 parent 3799444 commit 2363e99

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/install.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ function install_app($app, $architecture, $global, $suggested, $use_cache = $tru
3434
return
3535
}
3636

37-
if (get_config 'manifest-review' $false) {
37+
if ((get_config 'manifest-review' $false) -and ($MyInvocation.ScriptName -notlike '*scoop-update*')) {
3838
Write-Output 'Manifest:'
3939
Write-Output $manifest | ConvertToPrettyJson
4040
$answer = Read-Host -Prompt "Continue installation? [Y/n]"

0 commit comments

Comments
 (0)