Remove -y from apt upgrade as to have users check what is going on

This commit is contained in:
Lyn Perrine 2021-10-13 18:39:22 -07:00
parent 08f4577f25
commit 96e40d517b

View File

@ -16,7 +16,7 @@ The first step will be to ensure your system is up to date. This can be done by
.. code::
sudo apt update && sudo apt full-upgrade -y
sudo apt update && sudo apt full-upgrade
.. image:: terminal_upgrade.png