From 7a4cf6b0aaa4a4602447f0cc717f27f4e052f607 Mon Sep 17 00:00:00 2001 From: Sven Slootweg Date: Sat, 13 Oct 2012 01:11:48 +0200 Subject: [PATCH] Include cURL dependency --- installers/webshots/webshots_debian.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installers/webshots/webshots_debian.sh b/installers/webshots/webshots_debian.sh index aa20d1c..805cbc6 100644 --- a/installers/webshots/webshots_debian.sh +++ b/installers/webshots/webshots_debian.sh @@ -1,6 +1,6 @@ #!/bin/bash apt-get update -apt-get install -y lua50 liblua5.1-0-dev python python-setuptools git-core openssl libssl-dev bzip2 build-essential +apt-get install -y lua50 liblua5.1-0-dev python python-setuptools git-core openssl libssl-dev bzip2 build-essential curl if [ $? -ne 0 ]; then echo "[X] Installing dependencies failed. Exiting..."; exit 1; fi easy_install pip