diff --git a/setup.bash b/setup.bash index 9f54001..be4b6ee 100644 --- a/setup.bash +++ b/setup.bash @@ -199,6 +199,14 @@ then exit 1 fi +if [ -z "$dont_install_deps" ]; then + if [ ! -e "/tmp/${INSTALL_DEPS_FILE}" ] + then + echo "Error Downloading Deps File" + exit 1 + fi +fi + ######################### # Which node.js VERSION ? # #########################