You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 13, 2024. It is now read-only.
Simply. OS X doesn't have wget. It does not come packaged by default. The only way to have wget install on OS X is by using brew or macports. curl is typically included with all distributions and should be used over wget.
This module's documentation makes reference to installing the Android SDK (ADT) on OS X so I would have assumed this was sorted. But even the dependency module maestrodev-wget conditionally doesn't attempt to install wget on OS X (Darwin). Which means this module could never work with OS X.
The text was updated successfully, but these errors were encountered:
Shame the module can't just use "wget" or "curl" -- curl IS included in OS X, and it would make peoples lives easier if the code took the attitude "Either works, only fail if both missing" :)
Is there any particular reason we cannot operate in this manner?
Simply. OS X doesn't have wget. It does not come packaged by default. The only way to have wget install on OS X is by using brew or macports. curl is typically included with all distributions and should be used over wget.
This module's documentation makes reference to installing the Android SDK (ADT) on OS X so I would have assumed this was sorted. But even the dependency module
maestrodev-wget
conditionally doesn't attempt to install wget on OS X (Darwin). Which means this module could never work with OS X.The text was updated successfully, but these errors were encountered: