MrMitch / realdebrid-CLI

:arrow_double_down: Use Read-Debrid from your command line !
https://pypi.python.org/pypi/rdcli
MIT License
23 stars 7 forks source link

Test if all dependencies are installed #4

Closed MrMitch closed 11 years ago

MrMitch commented 11 years ago

On some OS, some utilities used in the script migh not be installed (i.e wget on OS X...) A dependency check should be performed fisrt

MrMitch commented 11 years ago

or we could move the whole script to python (making it the only dependency, instead of the present ones: tr, wget, sed, md5/md5sum, ...) which is pre-installed in a majority of distros nowadays

MrMitch commented 11 years ago

Moved to python instead of bash