From f491eab7254b2ecdab7212c026b10e669c2b5e43 Mon Sep 17 00:00:00 2001 From: Didier Barzin Date: Tue, 2 Aug 2022 22:40:36 +0200 Subject: [PATCH] Update install.sh --- install.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/install.sh b/install.sh index 833c7b7..fa26a3b 100755 --- a/install.sh +++ b/install.sh @@ -156,6 +156,9 @@ sed -i "s/_USER_/$SUDO_USER/g" /etc/systemd/system/pandora.service systemctl daemon-reload systemctl enable pandora +# Do not print messages on console +echo "mesg n" >> /home/$SUDO_USER/.profile + # Start Pandora-box on getty1 at boot mkdir -p /etc/systemd/system/getty@tty1.service.d echo "[Service]" > /etc/systemd/system/getty@tty1.service.d/override.conf