File size: 214 Bytes
0228da5
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
#!/bin/bash

# Install ImageMagick
apt-get update
apt-get install -y imagemagick

# Update ImageMagick policy
cat <<EOL > /etc/ImageMagick-6/policy.xml
<policy domain="path" rights="read|write" pattern="@*" />
EOL