From 702d557bd086722a45109d7bea352b7e3fa256b2 Mon Sep 17 00:00:00 2001 From: MHSanaei Date: Thu, 27 Jun 2024 12:50:45 +0200 Subject: [PATCH] Updated Common questions and problems (markdown) --- Common-questions-and-problems.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Common-questions-and-problems.md b/Common-questions-and-problems.md index f7e65a7..a8254b9 100644 --- a/Common-questions-and-problems.md +++ b/Common-questions-and-problems.md @@ -13,8 +13,9 @@
-``` -sh -c 'apt-get update; apt-get upgrade -y; apt-get dist-upgrade -y; apt-get autoremove -y; apt-get autoclean -y' +```sh +sudo apt-get update && sudo apt-get upgrade -y +sudo apt-get dist-upgrade -y ```