From d99156d78144a26dc8770138dc0e87ee046c5a7d Mon Sep 17 00:00:00 2001 From: Neszt Tibor Date: Thu, 7 Dec 2017 11:13:37 +0100 Subject: [PATCH] remove plymouth to allow disable console full --- install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install.sh b/install.sh index 1d6f724..90dca76 100755 --- a/install.sh +++ b/install.sh @@ -20,4 +20,6 @@ groupadd wheel echo "%wheel ALL=(ALL) NOPASSWD: ALL" > /etc/sudoers.d/yawep adduser www-data wheel +apt-get remove --purge plymouth + echo "Check on web: http://"`dig +short myip.opendns.com @resolver1.opendns.com`"/yawep" -- 2.1.4