Created
January 12, 2025 23:04
-
-
Save eggplants/cba9bac85a74116f7651bedc94b3c350 to your computer and use it in GitHub Desktop.
Install ImageMagick 7 in Debian/Ubuntu
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
sudo apt install libfuse2 -y | |
wget 'https://imagemagick.org/archive/binaries/magick' | |
sudo install -m 0755 magick /usr/local/bin/magick |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment