From 96aa5a144fb68c75c74b1e71f4ccc1ff463a8232 Mon Sep 17 00:00:00 2001 From: dbarzin Date: Wed, 15 Feb 2023 18:13:56 +0100 Subject: [PATCH] add missing package --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 69a3729..34ee112 100755 --- a/install.sh +++ b/install.sh @@ -141,9 +141,9 @@ fi mkdir -p /var/quarantine chown $SUDO_USER /var/quarantine -# FIM and pmount +# FIM, pmount and pmish (for killall) 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. echo "kernel.printk = 3 4 1 3" | tee -a /etc/sysctl.conf