Обновить install.sh

This commit is contained in:
partizan59rus 2023-08-18 15:45:35 +00:00
parent 04aefc204e
commit 47704a7eef
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
apt update -y apt update -y
apt upgrade -y apt upgrade -y
echo "Установка MHDDoS" echo "Установка MHDDoS"
dpkg --configure -a
apt install -y 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 git clone https://github.com/MatrixTM/MHDDoS.git
cd MH* cd MH*