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

add missing package

This commit is contained in:
dbarzin 2023-02-15 18:13:56 +01:00
parent f92ce645dc
commit 96aa5a144f

View file

@ -141,9 +141,9 @@ fi
mkdir -p /var/quarantine mkdir -p /var/quarantine
chown $SUDO_USER /var/quarantine chown $SUDO_USER /var/quarantine
# FIM and pmount # FIM, pmount and pmish (for killall)
apt --fix-broken install -y apt --fix-broken install -y
apt install -y fim pmount apt install -y fim pmount pmisc
# 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