Updated nodejs signing key source

This commit is contained in:
Daniel Winzen
2019-09-30 18:54:05 +02:00
parent 2a592893eb
commit b197767415

View File

@ -25,8 +25,8 @@ To get the latest mariadb version, you should follow these instructions to add t
Add yarn + nodejs to our repositories: Add yarn + nodejs to our repositories:
``` ```
apt-key adv --recv 1655A0AB68576280 curl -sSL https://deb.nodesource.com/gpgkey/nodesource.gpg.key | apt-key add -
curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - curl -sSL https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add -
echo "deb https://dl.yarnpkg.com/debian/ stable main" >> /etc/apt/sources.list echo "deb https://dl.yarnpkg.com/debian/ stable main" >> /etc/apt/sources.list
echo "deb https://deb.nodesource.com/node_11.x sid main" >> /etc/apt/sources.list echo "deb https://deb.nodesource.com/node_11.x sid main" >> /etc/apt/sources.list
``` ```