|
@@ -76,10 +76,10 @@ class Flash {
|
|
|
if (commandResult("brew", ["cask", "list", "flash-player-debugger"]).exitCode == 0) {
|
|
|
return;
|
|
|
}
|
|
|
- runCommand("brew", ["uninstall", "[email protected]"]);
|
|
|
- runCommand("brew", ["uninstall", "[email protected]"]);
|
|
|
- runCommand("brew", ["untap", "local/openssl"]);
|
|
|
- runCommand("brew", ["untap", "local/python2"]);
|
|
|
+ // runCommand("brew", ["uninstall", "[email protected]"]);
|
|
|
+ // runCommand("brew", ["uninstall", "[email protected]"]);
|
|
|
+ // runCommand("brew", ["untap", "local/openssl"]);
|
|
|
+ // runCommand("brew", ["untap", "local/python2"]);
|
|
|
runCommand("brew", ["update"]);
|
|
|
runCommand("brew", ["cask", "install", "flash-player-debugger"]);
|
|
|
|