#! bin/sh
sudo apt update
sudo apt upgrade -y
sudo apt install apt-utils -y
sudo apt install clang -y
sudo apt install gcc -y
sudo apt install python3.9 -y
sudo apt install python3.9-distutils -y
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
python3.9 get-pip.py
sudo pip install wheel
sudo pip install colorama
sudo pip install shodan
sudo apt install git -y
sudo apt install ssh -y
sudo apt install net-tools -y
mv get-pip.py .get-pip.py
mv onestart .onestart
Удобен для настройки линукс систем
sudo apt update
sudo apt upgrade -y
sudo apt install apt-utils -y
sudo apt install clang -y
sudo apt install gcc -y
sudo apt install python3.9 -y
sudo apt install python3.9-distutils -y
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
python3.9 get-pip.py
sudo pip install wheel
sudo pip install colorama
sudo pip install shodan
sudo apt install git -y
sudo apt install ssh -y
sudo apt install net-tools -y
mv get-pip.py .get-pip.py
mv onestart .onestart
Удобен для настройки линукс систем