mateosss / matter

Customizable GRUB theme inspired by Material Design
Boost Software License 1.0
865 stars 50 forks source link

The `convert` command from imagemagick was not found #64

Closed marcosdly closed 3 years ago

marcosdly commented 3 years ago

Trying to install matter but this line don't let me.

My terminal: https://imgur.com/v03rhqc

heyzec commented 3 years ago

It looks like you downloaded the script from the master branch. That version of matter will require ImageMagick as a dependency. Try running sudo apt install imagemagick :D

marcosdly commented 3 years ago

Worked just fine.

mateosss commented 3 years ago

Indeed, ImageMagick is still a dependency for master. I hadn't got the time to tidy up some things before merging develop just yet. The only usage dependency for develop is Inkscape.

Closing for now, reopen if you see fit.