From 7222f2b93e1077e6ce9d50eff661780ee1efc6bd Mon Sep 17 00:00:00 2001 From: spekulaas Date: Wed, 5 Oct 2022 00:55:57 +0200 Subject: [PATCH] add auto install --- src/applications/yarn.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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