Обновить install.sh
This commit is contained in:
parent
82c2cce9d9
commit
94f41fb35d
|
@ -1,5 +1,5 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
apt update -y
|
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 upgrade -y
|
||||||
apt install -y screen
|
apt install -y screen
|
||||||
clear
|
clear
|
||||||
|
|
Loading…
Reference in New Issue