aboutsummaryrefslogtreecommitdiffstats
path: root/before_script.sh
diff options
context:
space:
mode:
authorCharlie Denton <charlie@meshy.co.uk>2014-06-19 11:46:18 +0100
committerCharlie Denton <charlie@meshy.co.uk>2014-06-19 11:46:18 +0100
commit8e615cf00343d61e2bf3716c66888758aeb878ed (patch)
tree9f6f4ada901749eaeddb32ac75c0955a5327c2b5 /before_script.sh
parent0de693a16fa35525d3adb115bf8bf21c76581d0b (diff)
parent301bef0d6931582583a156b3195b8b13f54d2875 (diff)
downloaddjango-wkhtmltopdf-8e615cf00343d61e2bf3716c66888758aeb878ed.tar.gz
django-wkhtmltopdf-8e615cf00343d61e2bf3716c66888758aeb878ed.tar.bz2
django-wkhtmltopdf-8e615cf00343d61e2bf3716c66888758aeb878ed.zip
Merge pull request #48 from incuna/python3
Add Python3 support
Diffstat (limited to 'before_script.sh')
-rwxr-xr-xbefore_script.sh12
1 files changed, 0 insertions, 12 deletions
diff --git a/before_script.sh b/before_script.sh
deleted file mode 100755
index 5c2cce8..0000000
--- a/before_script.sh
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/usr/bin/env bash
-WKHTMLTOX_FOLDER="`pwd`/wkhtmltox_folder"
-
-echo '## Installing dependencies'
-sudo apt-get install -y openssl build-essential xorg libssl-dev
-echo '## Downloading wkhtmltopdf 0.12.0'
-wget http://downloads.sourceforge.net/project/wkhtmltopdf/0.12.0/wkhtmltox-linux-amd64_0.12.0-03c001d.tar.xz
-mkdir -p $WKHTMLTOX_FOLDER
-echo "## Extracting wkhtmltox into $WKHTMLTOX_FOLDER"
-tar xvJf wkhtmltox-linux-amd64_0.12.0-03c001d.tar.xz -C $WKHTMLTOX_FOLDER
-export WKHTMLTOPDF_CMD=$WKHTMLTOX_FOLDER/wkhtmltox/bin/wkhtmltopdf
-