add auto install

This commit is contained in:
Ryan Bakkes 2022-10-05 00:55:57 +02:00
parent e8cc922c61
commit 7222f2b93e

View File

@ -1,3 +1,3 @@
curl -sL https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
sudo apt-get update && sudo apt-get install yarn
sudo apt-get update && sudo apt-get install yarn -y