From: Neszt Tibor Date: Thu, 7 Dec 2017 11:08:37 +0000 (+0100) Subject: install more automated X-Git-Url: http://git.neszt.hu/?a=commitdiff_plain;h=7c08a379ea73bee383e29b4c1d430664aef4be42;p=yawep.git install more automated --- 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