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:
@ -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 {
|
||||
|
Reference in New Issue
Block a user