diff --git a/install.sh b/install.sh index db8ca24..acb1365 100644 --- a/install.sh +++ b/install.sh @@ -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