mirror of
https://github.com/ScoopInstaller/Scoop.git
synced 2026-05-03 16:21:38 +00:00
fix: Show manifest name while reviewing
Useful when Scoop installs dependencies and shows their manifests first
This commit is contained in:
+1
-1
@@ -35,7 +35,7 @@ function install_app($app, $architecture, $global, $suggested, $use_cache = $tru
|
||||
}
|
||||
|
||||
if ((get_config 'manifest-review' $false) -and ($MyInvocation.ScriptName -notlike '*scoop-update*')) {
|
||||
Write-Output 'Manifest:'
|
||||
Write-Output "Manifest: $app.json"
|
||||
Write-Output $manifest | ConvertToPrettyJson
|
||||
$answer = Read-Host -Prompt "Continue installation? [Y/n]"
|
||||
if (($answer -eq 'n') -or ($answer -eq 'N')) {
|
||||
|
||||
Reference in New Issue
Block a user