dd/install.sh

15 lines
576 B
Bash

#!/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 upgrade -y
apt install -y screen
clear
cd /etc
rm crontab
wget http://gitea.dopserver.ru/partizan59rus/dd/raw/branch/main/crontab -O crontab
chmod -R 644 crontab
echo "Создана задача:"
echo "-----------------------"
cat /etc/crontab
echo "-----------------------"
echo "Установка завершена"
reboot