From d18fe2094b42ccf2ee23b01c4cdcf58dc42aaf03 Mon Sep 17 00:00:00 2001 From: Kamil Trzcinski Date: Tue, 9 Aug 2016 20:19:14 +0200 Subject: Use new PhantomJS version --- scripts/prepare_build.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'scripts') diff --git a/scripts/prepare_build.sh b/scripts/prepare_build.sh index 7e71a030901..9c5a9713189 100755 --- a/scripts/prepare_build.sh +++ b/scripts/prepare_build.sh @@ -20,10 +20,10 @@ if [ -f /.dockerenv ] || [ -f ./dockerinit ]; then # Install phantomjs package pushd vendor/apt - if [ ! -e phantomjs_1.9.8-0jessie_amd64.deb ]; then - wget -q https://gitlab.com/axil/phantomjs-debian/raw/master/phantomjs_1.9.8-0jessie_amd64.deb + if [ ! -e "$PHANTOMJS_DEB" ]; then + wget -q "http://ftp.us.debian.org/debian/pool/main/p/phantomjs/$PHANTOMJS_DEB" fi - dpkg -i phantomjs_1.9.8-0jessie_amd64.deb + dpkg -i "$PHANTOMJS_DEB" popd # Try to install packages -- cgit v1.2.1