1
0
mirror of https://github.com/nicoverbruggen/phpmon.git synced 2025-08-07 03:50:08 +02:00

🏗 WIP: Properly install formula

This commit is contained in:
2023-03-13 21:11:56 +01:00
parent 7b7a5e5236
commit 6dabcd7668

View File

@ -67,6 +67,8 @@ public class PhpVersionInstaller {
if formula.contains("shivammathur") && !HomebrewDiagnostics.installedTaps.contains("shivammathur/php") {
await Shell.quiet("brew tap shivammathur/php")
}
command = "brew install \(formula) --force"
}
if action == .purge || action == .remove {