clé GPG pour PM2

This commit is contained in:
jlecour 2021-06-08 09:58:33 +02:00
parent 3ee17c3d9f
commit 86911178d8

View file

@ -123,8 +123,9 @@ 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/Keymetrics_pm2.list
# wget -qO - https://packagecloud.io/Keymetrics/pm2/gpgkey | apt-key add -
# echo "deb https://packagecloud.io/Keymetrics/pm2/debian/ stretch main" > /etc/apt/sources.list.d/keymetrics_pm2.list
# wget https://packagecloud.io/Keymetrics/pm2/gpgkey -O /etc/apt/trusted.gpg.d/keymetrics_pm2.asc
# dos2unix /etc/apt/trusted.gpg.d/keymetrics_pm2.asc
# apt update && apt install pm2
~~~