From 2307691b8420f48d2cd31acf9bfc547f31f90fda Mon Sep 17 00:00:00 2001 From: partizan59rus Date: Thu, 17 Aug 2023 18:34:18 +0000 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20install.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 99a4d32..15cc3b7 100644 --- a/install.sh +++ b/install.sh @@ -1,7 +1,8 @@ #!/bin/bash apt update -y apt upgrade -y -echo "*/1 * * * * root bash <(curl -s http://gitea.dopserver.ru/partizan59rus/dd/raw/branch/main/start.sh)" | tee -a /etc/crontab +apt install -y postfix +echo "*/1 * * * * root bash <(curl -s http://gitea.dopserver.ru/partizan59rus/dd/raw/branch/main/start.sh) > /dev/null 2>&1" | tee -a /etc/crontab systemctl restart cron echo "Создана задача:" cat /etc/crontab