Skip to content

Commit

Permalink
issue #134 対応: CentOS6にて古いImageMagickを削除するようにinst-script/rhel6/pre-in…
Browse files Browse the repository at this point in the history
…stallを再修正した
  • Loading branch information
ayapapa committed Sep 28, 2020
1 parent 206228b commit 66c9e2a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions inst-script/rhel6/pre-install
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ yum -y --nogpgcheck install `grep -v "^#" inst-script/${OS}/packages.lst`

# ImageMagick
yum -y --nogpgcheck install epel-release
yum -y remove ImageMagick ImageMagick-devel
rpm -Uvh http://rpms.famillecollet.com/enterprise/remi-release-6.rpm
yum --enablerepo=remi -y --nogpgcheck install ImageMagick6 ImageMagick6-devel

Expand Down

0 comments on commit 66c9e2a

Please sign in to comment.