From f125db6f45927d4c9f7161f6238d0394e39546bf Mon Sep 17 00:00:00 2001 From: "Baptiste D." Date: Wed, 6 Aug 2014 09:25:08 +0200 Subject: [PATCH] Update apt-get Mistake on #7 --- cheat/cheatsheets/apt-get | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cheat/cheatsheets/apt-get b/cheat/cheatsheets/apt-get index c7bc7f3..f46e1ef 100644 --- a/cheat/cheatsheets/apt-get +++ b/cheat/cheatsheets/apt-get @@ -4,7 +4,7 @@ apt-get update # To download and install updates without installing new package. -apt-get update +apt-get upgrade # To download and install the updates AND install new necessary packages apt-get dist-upgrade