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:
parent
6a2b7eab9f
commit
335e527dc1
1 changed files with 3 additions and 4 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue