Skip to content

Commit

Permalink
add more information
Browse files Browse the repository at this point in the history
  • Loading branch information
henices committed Dec 30, 2015
1 parent 2f78885 commit 98d3db2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions install.sh
Expand Up @@ -13,10 +13,14 @@ fi

if ! command_exists git; then
echo "Please install git to run this script"
exit 1
fi

echo -e ">>> Installing python moudules ...\n"
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"

0 comments on commit 98d3db2

Please sign in to comment.