3 lines
95 B
Ruby
3 lines
95 B
Ruby
execute "install ImageMagick" do
|
|
command "apt-get install -y imagemagick libmagick9-dev"
|
|
end
|