Обновить install.sh
This commit is contained in:
parent
4c8cb8b5f4
commit
0ef23f51c6
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue