Обновить install.sh
This commit is contained in:
parent
d0da526ab5
commit
04aefc204e
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user