Обновить install.sh

This commit is contained in:
partizan59rus 2023-08-18 15:41:59 +00:00
parent 4c8cb8b5f4
commit 0ef23f51c6
1 changed files with 7 additions and 1 deletions

View File

@ -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