Add minus y to the apt-get.

This commit is contained in:
cyteen 2020-05-02 17:34:49 +01:00
parent 0b33ba666a
commit eee057ef5b
1 changed files with 1 additions and 1 deletions

View File

@ -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