mirror of
https://github.com/nicoverbruggen/phpmon.git
synced 2025-12-24 20:20:05 +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)
|
// Install required taps if missing (if possible)
|
||||||
for tap in requiredTaps where !installedTaps.contains(tap) {
|
for tap in requiredTaps where !installedTaps.contains(tap) {
|
||||||
|
Log.info("Required tap `\(tap)` is missing... will install!")
|
||||||
await Shell.quiet("brew tap \(tap)")
|
await Shell.quiet("brew tap \(tap)")
|
||||||
|
Log.info("Completed command. Will verify installation later...")
|
||||||
requiredInstall = true
|
requiredInstall = true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user