From b439acaec2812be62e5f4602e6afe635dea3d67f Mon Sep 17 00:00:00 2001 From: Kamil Trzcinski Date: Fri, 15 Apr 2016 15:27:16 +0200 Subject: [PATCH] Remove phantomjs.deb --- scripts/install-phantomjs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/install-phantomjs b/scripts/install-phantomjs index c37b192..9de98b2 100755 --- a/scripts/install-phantomjs +++ b/scripts/install-phantomjs @@ -2,5 +2,7 @@ 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/*