upd: utility.sats-install > updated php5 to php (php7)
This commit is contained in:
parent
ea258e38c9
commit
9ba80fbc10
|
@ -53,7 +53,7 @@ test $? -eq 0 \
|
||||||
|| failexit;
|
|| failexit;
|
||||||
|
|
||||||
slog " * 6. Installing necessary packages";
|
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 \
|
test $? -eq 0 \
|
||||||
&& slog " > done" \
|
&& slog " > done" \
|
||||||
|| failexit;
|
|| failexit;
|
||||||
|
|
Loading…
Reference in New Issue