From 335e527dc19e3f325eec5a78d1d1ab77b90ae15c Mon Sep 17 00:00:00 2001 From: Didier Barzin Date: Wed, 13 Jul 2022 07:35:21 +0200 Subject: [PATCH] Remove ImageMagick replaced by FIM --- install.sh | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/install.sh b/install.sh index 63f2e6b..833c7b7 100755 --- a/install.sh +++ b/install.sh @@ -1,5 +1,4 @@ -#/usr/bin/bash - +#!/usr/bin/bash # # This file is part of the Pandora-box distribution (https://github.com/dbarzin/pandora-box). # Copyright (c) 2022 Didier Barzin. @@ -133,9 +132,9 @@ su - $SUDO_USER -c "pip install pypandora psutil pyudev" mkdir -p /var/quarantine chown $SUDO_USER /var/quarantine -# ImageMagick and pmount +# FIM and pmount apt --fix-broken install -y -apt install -y imagemagick pmount +apt install -y fim pmount # Suppress all messages from the kernel (and its drivers) except panic messages from appearing on the console. echo "kernel.printk = 3 4 1 3" | tee -a /etc/sysctl.conf