From 0dec4e123b2b346c3a3f5c7b6b3114f7a5fe1e1a Mon Sep 17 00:00:00 2001 From: ondraczsk Date: Fri, 25 Nov 2016 23:10:34 +0100 Subject: [PATCH] Update linux-build-install.sh --- linux-build-install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/linux-build-install.sh b/linux-build-install.sh index 8ccc52a..bb412b4 100755 --- a/linux-build-install.sh +++ b/linux-build-install.sh @@ -10,6 +10,8 @@ set -e mkdir -p work cd work + echo "Working on installation..." + curl -fsSL http://www.php.net/distributions/php-7.0.13.tar.xz | tar -xJf - --strip-components=1 ./configure \