From 96e40d517beaf19ba9a81211000b6606cc4bf679 Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Wed, 13 Oct 2021 18:39:22 -0700 Subject: [PATCH] Remove -y from apt upgrade as to have users check what is going on --- source/D/upgrading.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/D/upgrading.rst b/source/D/upgrading.rst index 465988f7..89dcdbb2 100644 --- a/source/D/upgrading.rst +++ b/source/D/upgrading.rst @@ -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