diff --git a/src/applications/yarn.sh b/src/applications/yarn.sh index 35fb78e..dbf764c 100644 --- a/src/applications/yarn.sh +++ b/src/applications/yarn.sh @@ -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 \ No newline at end of file +sudo apt-get update && sudo apt-get install yarn -y \ No newline at end of file