| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- apt-get update -y && apt-get upgrade -y
- apt update -y && apt upgrade -y
- apt autoremove -y
- echo ""
- sleep 2
- echo "Installing System Dependencies"
- echo ""
- sleep 2
- apt --fix-broken install
- apt install git -y
- apt --fix-broken install
- apt install net-tools -y
- apt install gparted -y
- apt install php-curl -y
- apt install php-xml -y
- apt install docker -y
- apt install docker.io -y
- apt install ruby-bundler -y
- apt install golang -y
- apt install python-pip -y
- apt install python3 -y
- apt install make -y
- apt install snap -y
- apt install fuse -y
- apt install ruby-bundler -y
- apt install pipx -y
- apt install chromium-browser -y
- apt install dnsmasq -y
- apt install hostapd -y
- apt install openssl -y
- apt install open-vm-tools-desktop -y
- apt install build-essential -y
- apt install libpcap-dev -y
- apt install terminator -y
- apt install macchanger -y
- apt install dhcpd -y
- apt install lighttpd -y
- apt install mdk4 -y
- apt install dsniff -y
- apt install mdk3 -y
- apt install php-cgi -y
- ap install xterm -y
- apt install tshark -y
- apt install socat -y
- apt --fix-broken install
- echo ""
|