upd: utility.sats-install > updated php5 to php (php7)

This commit is contained in:
xdrm-brackets 2018-01-26 13:30:22 +01:00
parent ea258e38c9
commit 9ba80fbc10
1 changed files with 1 additions and 1 deletions

View File

@ -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;