From 9ba80fbc1072989c9673087957282737e83e2c75 Mon Sep 17 00:00:00 2001 From: xdrm-brackets Date: Fri, 26 Jan 2018 13:30:22 +0100 Subject: [PATCH] upd: utility.sats-install > updated php5 to php (php7) --- clone/utility/sats-install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clone/utility/sats-install b/clone/utility/sats-install index d3f6daf..e858ca3 100644 --- a/clone/utility/sats-install +++ b/clone/utility/sats-install @@ -53,7 +53,7 @@ test $? -eq 0 \ || failexit; slog " * 6. Installing necessary packages"; -sudo apt-get -y install git php5 php5-cli php5-curl python-dev; +sudo apt-get -y install git php php-cli php-curl python-dev; test $? -eq 0 \ && slog " > done" \ || failexit;