add y flags

This commit is contained in:
Ed Chalstrey 2022-02-21 14:22:58 +00:00
parent 9283fc9e29
commit 95ea0c069f

View File

@ -35,8 +35,8 @@ ssh <linuxusername>@localhost -p 4022
First upgrade the installed packages to the latest versions, to remove any security warnings. First upgrade the installed packages to the latest versions, to remove any security warnings.
``` ```
sudo apt-get update sudo apt-get update -y
sudo apt-get upgrade sudo apt-get upgrade -y
``` ```
Now we install some essential tools. Now we install some essential tools.