From 33125bac4fd1619d2902417b3fe67f0cc73551bf Mon Sep 17 00:00:00 2001 From: erjemin Date: Sun, 8 Dec 2024 17:50:56 +0300 Subject: [PATCH] =?UTF-8?q?...:=20=D0=BC=D0=B8=D0=BD=D0=BE=D1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- misc/deploying-django-site-to-dvs-hosting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/deploying-django-site-to-dvs-hosting.md b/misc/deploying-django-site-to-dvs-hosting.md index f55548c..06495b7 100644 --- a/misc/deploying-django-site-to-dvs-hosting.md +++ b/misc/deploying-django-site-to-dvs-hosting.md @@ -167,7 +167,7 @@ logout ## 3. Настраиваем службу времени (необязательно) Устанавливаем службу точного времени `ntp`: -```shell +```bash apt-get install ntp ```