Обновить install.sh

This commit is contained in:
partizan59rus 2023-08-18 15:44:04 +00:00
parent d0da526ab5
commit 04aefc204e
1 changed files with 3 additions and 3 deletions

View File

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