gabrielmoreira / craftman

Craft CMS Manager
MIT License
124 stars 11 forks source link

Remove unzip dependency or add it to the docs #5

Closed yn5 closed 8 years ago

yn5 commented 8 years ago

Running craftman --port 8080 install I get the following error: line 389: unzip: command not found. (Running Ubuntu 14.04.3)

gabrielmoreira commented 8 years ago

@yn5, Thank you for your suggestion. Sorry for the delay to respond, I was on vacation.

I need to change https://craftcms.com/latest.zip?accept_license=yes to https://craftcms.com/latest.tar.gz?accept_license=yes and change unzip to tar -vzxf.

Once I have a little time, I will make this change.

yn5 commented 8 years ago

@gabrielmoreira Thanks for your response, would be great to have this fixed, I seem to have a hard time finding a decent Craft CMS Docker image.

gabrielmoreira commented 8 years ago

@yn5 Can you upgrade craftman to latest version and try again? Just run craftman --upgrade

yn5 commented 8 years ago

@gabrielmoreira Yes this seems to have fixed that particular problem, thanks!