From 5576c8bbde0485d10673cc1dffb06547fa95b16e Mon Sep 17 00:00:00 2001 From: Sven Slootweg Date: Sat, 5 May 2012 17:14:11 +0200 Subject: [PATCH] Fixed dependencies --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index ade83fe..d77a989 100755 --- a/setup.sh +++ b/setup.sh @@ -10,7 +10,7 @@ echo "[!] Your final chance to abort before installation starts..." echo "[!] Hit ctrl+C to abort, or wait 4 seconds for the installation to start." sleep 4s echo "[!] Installing dependencies..." -apt-get install -y build-essential python python-dev >/dev/null 2>/dev/null +apt-get install -y nano build-essential python python-dev >/dev/null 2>/dev/null if [ $? -ne 0 ]; then echo "[X] Installing dependencies failed."; exit 1; fi echo "[+] Installed dependencies."