From 04aefc204ef09ebe686072bb97f8e92848f42404 Mon Sep 17 00:00:00 2001 From: partizan59rus Date: Fri, 18 Aug 2023 15:44:04 +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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/install.sh b/install.sh index db8ca24..acb1365 100644 --- a/install.sh +++ b/install.sh @@ -1,12 +1,12 @@ #!/bin/bash -apt -y update +apt update -y apt upgrade -y echo "Установка MHDDoS" -apt -y install curl wget libcurl4 libssl-dev python3 python3-pip make cmake automake autoconf m4 build-essential git +apt install -y curl wget libcurl4 libssl-dev python3 python3-pip make cmake automake autoconf m4 build-essential git git clone https://github.com/MatrixTM/MHDDoS.git cd MH* pip3 install -r requirements.txt -apt install -y screen +apt install screen -y echo "Настройка cron" cd /etc rm crontab