Advertisement
Justman10000

Install ImageMagick

Apr 24th, 2023 (edited)
2,874
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.17 KB | None | 0 0
  1. # Dependencies
  2. apt install libharfbuzz0b libfribidi0 -y
  3.  
  4. wget https://imagemagick.org/archive/binaries/magick
  5. mv magick /usr/bin/magick
  6. ln /usr/bin/magick /usr/bin/convert
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement