1
0
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:
2025-08-18 12:29:45 +02:00
parent 5dead26d19
commit d52d46218a

View File

@@ -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
}