> apt update && apt upgrade -y
> pkg install python python2 python3 git -y
> git clone https://github.com/MrG3P5/Bin-Check
> cd Bin-Check
> pip3 install -r requirements.txt
> python3 main.py
> sudo su
> apt update && apt upgrade -y
> apt install python python2 python3 git -y
> git clone https://github.com/MrG3P5/Bin-Check
> cd Bin-Check
> pip3 install -r requirements.txt
> python3 main.py
main.py |
---|