From e237b6d57fd7f915c9b639360427d04e5010a809 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=94=D0=BC=D0=B8=D1=82=D1=80=D0=B8=D0=B9=20=D0=91=D0=B0?= =?UTF-8?q?=D0=B4=D0=BE=D0=B2=D1=81=D0=BA=D0=B8=D0=B9?= Date: Thu, 19 Feb 2026 09:04:56 +0000 Subject: [PATCH] Update vmcreate.sh --- vmcreate.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vmcreate.sh b/vmcreate.sh index 36974e4..a487be5 100644 --- a/vmcreate.sh +++ b/vmcreate.sh @@ -4,7 +4,7 @@ # Добавить переезд на ноду, выбор ноды. Статистика загрузки нод - в хелп. # ИЗУЧИТЬ!!!! /usr/share/pve-docs/examples/guest-example-hookscript.pl -if dpkg -s mkpasswd &>/dev/null; then +if dpkg -s whois &>/dev/null; then echo else echo "'mkpasswd' is NOT installed. Psease consider 'apt install whois'"