typo apt instal...

This commit is contained in:
Benoît S. 2016-10-10 10:12:56 +02:00
parent 8b2d52ecae
commit 6db8389ab7

View file

@ -10,7 +10,7 @@ Doc officielle : <https://docs.newrelic.com/docs/agents/php-agent>
# echo 'deb http://apt.newrelic.com/debian/ newrelic non-free' > /etc/apt/sources.list.d/newrelic.list
# wget -O - https://download.newrelic.com/548C16BF.gpg | apt-key add -
# apt update
# apt install install newrelic-php5
# apt install newrelic-php5
# newrelic-install install
```