wget au lieu de curl

This commit is contained in:
Benoît S. 2017-06-09 16:27:32 +02:00
parent 04c49dfa27
commit df475ca840

View file

@ -10,7 +10,7 @@ title: Howto Yarn
## Installation ## Installation
~~~ ~~~
# curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - # wget https://dl.yarnpkg.com/debian/pubkey.gpg -O - | apt-key add -
# echo "deb https://dl.yarnpkg.com/debian/ stable main" > /etc/apt/sources.list.d/yarn.list # echo "deb https://dl.yarnpkg.com/debian/ stable main" > /etc/apt/sources.list.d/yarn.list
# apt update # apt update
# apt install yarn # apt install yarn