Added ImageMagick to install.sh

This commit is contained in:
witzig 2017-03-22 11:22:52 +01:00
parent 2faa363196
commit 06fca3acdb
2 changed files with 2 additions and 1 deletions

View file

@ -13,7 +13,7 @@ set -e
export DEBIAN_FRONTEND=noninteractive
curl -sL https://deb.nodesource.com/setup_6.x | bash -
apt-get -q -y install mariadb-server pwgen nodejs git ufw build-essential dnsutils python software-properties-common
apt-get -q -y install mariadb-server pwgen nodejs imagemagick git ufw build-essential dnsutils python software-properties-common
apt-add-repository -y ppa:chris-lea/redis-server
apt-get -q -y install redis-server