1
0
Fork 0
mirror of https://github.com/dbarzin/pandora-box.git synced 2025-07-19 13:29:42 +02:00

Remove ImageMagick replaced by FIM

This commit is contained in:
Didier Barzin 2022-07-13 07:35:21 +02:00 committed by GitHub
parent 6a2b7eab9f
commit 335e527dc1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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). # This file is part of the Pandora-box distribution (https://github.com/dbarzin/pandora-box).
# Copyright (c) 2022 Didier Barzin. # Copyright (c) 2022 Didier Barzin.
@ -133,9 +132,9 @@ su - $SUDO_USER -c "pip install pypandora psutil pyudev"
mkdir -p /var/quarantine mkdir -p /var/quarantine
chown $SUDO_USER /var/quarantine chown $SUDO_USER /var/quarantine
# ImageMagick and pmount # FIM and pmount
apt --fix-broken install -y 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. # 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 echo "kernel.printk = 3 4 1 3" | tee -a /etc/sysctl.conf