From dc8e42f1668fa088da1228da6788793f142a5066 Mon Sep 17 00:00:00 2001 From: Tobias Perschon Date: Thu, 21 Sep 2017 11:47:59 +0200 Subject: [PATCH] no hello video info print --- install.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 3173cc0..2305df9 100755 --- a/install.sh +++ b/install.sh @@ -9,7 +9,11 @@ if [ "$(id -u)" != "0" ]; then exit 1 fi - +if [ "$*" != "no_hello_video" ] +then + echo "Installing without hello_video" + echo "==========================" +fi echo "Installing dependencies..." echo "=========================="