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 ```