Dependencies.sh 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. apt-get update -y && apt-get upgrade -y
  2. apt update -y && apt upgrade -y
  3. apt autoremove -y
  4. echo ""
  5. sleep 2
  6. echo "Installing System Dependencies"
  7. echo ""
  8. sleep 2
  9. apt --fix-broken install
  10. apt install git -y
  11. apt --fix-broken install
  12. apt install net-tools -y
  13. apt install gparted -y
  14. apt install php-curl -y
  15. apt install php-xml -y
  16. apt install docker -y
  17. apt install docker.io -y
  18. apt install ruby-bundler -y
  19. apt install golang -y
  20. apt install python-pip -y
  21. apt install python3 -y
  22. apt install make -y
  23. apt install snap -y
  24. apt install fuse -y
  25. apt install ruby-bundler -y
  26. apt install pipx -y
  27. apt install chromium-browser -y
  28. apt install dnsmasq -y
  29. apt install hostapd -y
  30. apt install openssl -y
  31. apt install open-vm-tools-desktop -y
  32. apt install build-essential -y
  33. apt install libpcap-dev -y
  34. apt install terminator -y
  35. apt install macchanger -y
  36. apt install dhcpd -y
  37. apt install lighttpd -y
  38. apt install mdk4 -y
  39. apt install dsniff -y
  40. apt install mdk3 -y
  41. apt install php-cgi -y
  42. ap install xterm -y
  43. apt install tshark -y
  44. apt install socat -y
  45. apt --fix-broken install
  46. echo ""