From 7c08a379ea73bee383e29b4c1d430664aef4be42 Mon Sep 17 00:00:00 2001 From: Neszt Tibor Date: Thu, 7 Dec 2017 12:08:37 +0100 Subject: [PATCH] install more automated --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 175cce8..a4e60aa 100755 --- a/install.sh +++ b/install.sh @@ -20,7 +20,7 @@ groupadd wheel echo "%wheel ALL=(ALL) NOPASSWD: ALL" > /etc/sudoers.d/yawep adduser www-data wheel -apt-get remove --purge plymouth +apt-get remove --purge -y plymouth sed -i 's/ console=tty[0-9]//;s/$/ console=tty3/;s/ quiet//;s/$/ quiet/;s/ logo.nologo//;s/$/ logo.nologo/;s/ vt.global_cursor_default=0//;s/$/ vt.global_cursor_default=0/' /boot/cmdline.txt systemctl disable getty@.service -- 2.1.4