mirror of
https://github.com/nicoverbruggen/phpmon.git
synced 2025-12-22 19:40:06 +01:00
✨ Add logging to automatic tap installation
This commit is contained in:
@@ -148,7 +148,9 @@ class BrewDiagnostics {
|
||||
|
||||
// Install required taps if missing (if possible)
|
||||
for tap in requiredTaps where !installedTaps.contains(tap) {
|
||||
Log.info("Required tap `\(tap)` is missing... will install!")
|
||||
await Shell.quiet("brew tap \(tap)")
|
||||
Log.info("Completed command. Will verify installation later...")
|
||||
requiredInstall = true
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user