1
0
Fork 0
mirror of https://github.com/dbarzin/pandora-box.git synced 2025-07-19 13:29:42 +02:00
This commit is contained in:
Didier Barzin 2023-02-19 20:22:13 +01:00 committed by GitHub
parent 35df884a61
commit 574403083f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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