Add autoremove

This commit is contained in:
KMY 2023-09-18 10:08:07 +09:00
parent 967970fb77
commit e4e9a9fcae

View file

@ -7,6 +7,7 @@ Remove old ImageMagick
EOF
apt remove -y imagemagick
apt autoremove -y
cat << EOF