gitlab-build-images/scripts/install-phantomjs
2016-04-15 15:27:16 +02:00

8 lines
186 B
Bash
Executable file

#!/bin/bash
set -xeo pipefail
cd /tmp
wget -q https://gitlab.com/axil/phantomjs-debian/raw/master/phantomjs_1.9.8-0jessie_amd64.deb
dpkg -i phantomjs_1.9.8-0jessie_amd64.deb
rm /tmp/*