19
0
Fork 0

Lecture pour apt

This commit is contained in:
btatu 2023-01-12 15:14:53 +01:00
parent 371c4e1e67
commit 444c96931d
1 changed files with 1 additions and 0 deletions

View File

@ -145,6 +145,7 @@ La version "Runtime" est peut être installée simplement avec npm, ou via un pa
# echo "deb https://packagecloud.io/Keymetrics/pm2/debian/ stretch main" > /etc/apt/sources.list.d/pm2.list
# wget https://packagecloud.io/Keymetrics/pm2/gpgkey -O /etc/apt/trusted.gpg.d/pm2.asc
# dos2unix /etc/apt/trusted.gpg.d/pm2.asc
# chmod a+r /etc/apt/trusted.gpg.d/pm2.asc
# apt update && apt install pm2
~~~