Added script messages

This commit is contained in:
mathusummut
2018-11-06 17:03:27 +01:00
parent c667ba2584
commit 67f5682a26
4 changed files with 10 additions and 0 deletions

View File

@@ -7,6 +7,9 @@
# Copyright (c) 2012-2017 Mark Vejvoda, Tom Reynolds under GNU GPL v3.0
LANG=C
echo "Installing required dependencies...(requires root)"
echo
SCRIPTDIR="$(dirname "$(readlink -f "$0")")"
# If you wanna only see the BuildDeps then launch script like that: './setupBuildDeps.sh --manually'.