aboutsummaryrefslogtreecommitdiffstats
path: root/before_script.sh
diff options
context:
space:
mode:
Diffstat (limited to 'before_script.sh')
-rwxr-xr-xbefore_script.sh12
1 files changed, 6 insertions, 6 deletions
diff --git a/before_script.sh b/before_script.sh
index ed0b6b4..bde2c4e 100755
--- a/before_script.sh
+++ b/before_script.sh
@@ -1,8 +1,8 @@
#!/usr/bin/env bash
-sudo aptitude install -y openssl build-essential xorg libssl-dev
-wget http://wkhtmltopdf.googlecode.com/files/wkhtmltopdf-0.11.0_rc1-static-i386.tar.bz2
-tar xvjf wkhtmltopdf-0.11.0_rc1-static-i386.tar.bz2
-sudo chown root:root wkhtmltopdf-i386
-sudo mv wkhtmltopdf-i386 /usr/bin/wkhtmltopdf
-export WKHTMLTOPDF=/usr/bin/wkhtmltopdf
+sudo apt-get install -y openssl build-essential xorg libssl-dev
+wget http://wkhtmltopdf.googlecode.com/files/wkhtmltopdf-0.11.0_rc1-static-amd64.tar.bz2
+tar xvjf wkhtmltopdf-0.11.0_rc1-static-amd64.tar.bz2
+sudo chown root:root wkhtmltopdf-amd64
+sudo mv wkhtmltopdf-amd64 /usr/bin/wkhtmltopdf
+export WKHTMLTOPDF_CMD=/usr/bin/wkhtmltopdf