Skip to content

Commit

Permalink
Update im script
Browse files Browse the repository at this point in the history
  • Loading branch information
kmycode committed Sep 18, 2023
1 parent 933d7b6 commit 967970f
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion install/5.0/setup-imagemagick-7.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Remove old ImageMagick
EOF

apt remove imagemagick
apt remove -y imagemagick

cat << EOF
Expand Down Expand Up @@ -69,5 +69,13 @@ cat << EOF
ImageMagick 7 setup is completed!
Please check AVIF format on your Mastodon.
To check ImageMagick version:
exec bash
convert -version
Or
sudo su - mastodon
convert -version
EOF

0 comments on commit 967970f

Please sign in to comment.