From 98d3db21985ffc7878106b60be50c57805674790 Mon Sep 17 00:00:00 2001 From: henices Date: Wed, 30 Dec 2015 14:36:41 +0800 Subject: [PATCH] add more information --- install.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/install.sh b/install.sh index e6d9ca5..855cfe3 100755 --- a/install.sh +++ b/install.sh @@ -13,6 +13,7 @@ fi if ! command_exists git; then echo "Please install git to run this script" + exit 1 fi echo -e ">>> Installing python moudules ...\n" @@ -20,3 +21,6 @@ pip install -r "$SCRIPT_DIR/requirements.txt" echo -e "\n>>> Pulling submodule source code, wait ...\n" git submodule update --init --recursive + +echo -e "\n [OK] please run sudo python tcpdns.py -f tcpdns.json.example" +