aboutsummaryrefslogtreecommitdiffstats
path: root/before_script.sh
diff options
context:
space:
mode:
authormattack108 <matt.lenc@gmail.com>2013-09-20 11:45:25 +0100
committermattack108 <matt.lenc@gmail.com>2013-09-20 11:45:25 +0100
commit1ee1b632cbfc08b5142e4a636c22d1787cdb0ce1 (patch)
treed883a6141982b792d78f07aabd7d5355906547b3 /before_script.sh
parent45eab831e2ad1f3f73560527ed5f618bfb62177f (diff)
downloaddjango-wkhtmltopdf-1ee1b632cbfc08b5142e4a636c22d1787cdb0ce1.tar.gz
django-wkhtmltopdf-1ee1b632cbfc08b5142e4a636c22d1787cdb0ce1.tar.bz2
django-wkhtmltopdf-1ee1b632cbfc08b5142e4a636c22d1787cdb0ce1.zip
Fix command for installing wkhtmltopdf because Travis upgraded to latest OS where aptitude is not available
Diffstat (limited to 'before_script.sh')
-rwxr-xr-xbefore_script.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/before_script.sh b/before_script.sh
index ca9ae03..debae09 100755
--- a/before_script.sh
+++ b/before_script.sh
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
-sudo aptitude install -y openssl build-essential xorg libssl-dev
+sudo apt-get 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