From 815e38cd1ff24c838a154a0be039ed7b3352ad01 Mon Sep 17 00:00:00 2001 From: partizan59rus Date: Fri, 18 Aug 2023 15:52:43 +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 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index ffdb2fd..8d32b21 100644 --- a/install.sh +++ b/install.sh @@ -1,4 +1,5 @@ #!/bin/bash +echo "Обновление системы" apt update -y apt upgrade -y echo "Установка MHDDoS" @@ -17,6 +18,7 @@ echo "Создана задача:" echo "-----------------------" cat /etc/crontab echo "-----------------------" +echo "Запуск теста на 10 секунд" +python start.py ICMP 1.1.1.1 1 10 true echo "Установка завершена" -rm install.sh reboot \ No newline at end of file