diff options
Diffstat (limited to 'before_script.sh')
-rwxr-xr-x | before_script.sh | 2 |
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 |