Skip to content

Commit

Permalink
fix(install): Multiple locally manifest installation
Browse files Browse the repository at this point in the history
- Closes #58
  • Loading branch information
Ash258 committed Aug 21, 2020
1 parent 25482a3 commit 15b52ec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libexec/scoop-install.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,8 @@ foreach ($app in $apps) {

$cleanApp, $bucket = parse_app $app

if (is_installed $cleanApp $global) { continue }

# Install
try {
install_app $app $architecture $global $suggested $use_cache $check_hash
Expand Down

1 comment on commit 15b52ec

@Ash258
Copy link
Owner Author

@Ash258 Ash258 commented on 15b52ec Aug 27, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.