How to unzip files in a Heroku Buildpack
Even though (by default) Linux does not come pre-installed with unzip
, the Heroku dyno does have a jar
command. So the following works okay:
> jar xf wotever.zip
Even though (by default) Linux does not come pre-installed with unzip
, the Heroku dyno does have a jar
command. So the following works okay:
> jar xf wotever.zip