poetic / short-stack

Automate and maintain your Mac development environment in an easily maintainable and highly modular fashion.
MIT License
19 stars 2 forks source link

Vagrant isn't being installed #28

Closed MatthewHager closed 9 years ago

MatthewHager commented 9 years ago

I think something is wrong with the code that detects if an app exists. Vagrant is definitely in the apps list but doesn't get installed.

DanielOchoa commented 9 years ago

probably because it is installed as vagrant.pkg instead of .app.

MatthewHager commented 9 years ago

Can this be easily fixed?

DanielOchoa commented 9 years ago

yes. changed grep to (.*)\.app|(.*)\.pkg instead of just greping .app.

DanielOchoa commented 9 years ago

closed by f80afa7241c6c3a405403511194a3f86adc8dd02