From eee057ef5b22ed8896b7c71e409090f79ccc571d Mon Sep 17 00:00:00 2001 From: cyteen Date: Sat, 2 May 2020 17:34:49 +0100 Subject: [PATCH] Add minus y to the apt-get. --- 020_yarn.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/020_yarn.sh b/020_yarn.sh index 2e021d6..8523bdb 100644 --- a/020_yarn.sh +++ b/020_yarn.sh @@ -6,5 +6,5 @@ ln -s /etc/apt/sources.list-available/yarn.list /etc/apt/sources.list.d/yarn.lis -sudo apt update && sudo apt install --no-install-recommends yarn +sudo apt update && sudo apt install -y --no-install-recommends yarn