From 44250272cf1769255b146ef1e54e77badd397dca Mon Sep 17 00:00:00 2001 From: Sergei Solovev <31823239+SeAnSolovev@users.noreply.github.com> Date: Sat, 21 Sep 2024 00:02:40 +0300 Subject: [PATCH] Update README.md (#55) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bb79232..8ba6de7 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ ## Starting the auto installer: **Update indexes and packages** ```bash -apt -y update && apt -y upgrade +apt -y update && apt -y full-upgrade ``` **Install GIT** ```bash