From 20bceccb93a2ca116e32b6ab481d1dfd3be2c22f Mon Sep 17 00:00:00 2001 From: Sergey Mazein <37579301+semalis@users.noreply.github.com> Date: Fri, 11 Oct 2024 00:00:55 +0300 Subject: [PATCH] Pre-install proxmox --- Installers/pre_install_proxmos.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Installers/pre_install_proxmos.sh b/Installers/pre_install_proxmos.sh index c907544..4742fe4 100644 --- a/Installers/pre_install_proxmos.sh +++ b/Installers/pre_install_proxmos.sh @@ -77,6 +77,8 @@ EOF chmod 755 /usr/local/bin/renew-pve-certs.sh +mkdir /var/lib/vz/extDB && chmod -R 777 /var/lib/vz/extDB + echo "Меняем часовой пояс на Europe/Moscow" sudo timedatectl set-timezone Europe/Moscow date