From 574403083fbe40d3e284181627469b985d73844c Mon Sep 17 00:00:00 2001 From: Didier Barzin Date: Sun, 19 Feb 2023 20:22:13 +0100 Subject: [PATCH] typo --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index e11c983..44c9905 100755 --- a/install.sh +++ b/install.sh @@ -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