diff --git a/install.sh b/install.sh index 4af295b..c00f1c1 100644 --- a/install.sh +++ b/install.sh @@ -1,8 +1,14 @@ #!/bin/bash -apt -y update && apt -y install 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 -y update apt upgrade -y +echo "Установка MHDDoS" +apt -y install 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 clear +echo "Настройка cron" cd /etc rm crontab wget http://gitea.dopserver.ru/partizan59rus/dd/raw/branch/main/crontab -O crontab