Update install.sh

This commit is contained in:
Omar Santos 2025-03-24 19:42:56 -04:00 committed by GitHub
parent 43ada9a97d
commit 92a494e522
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -79,8 +79,15 @@ deactivate
apt update -y
#--------------------------------------------------
# 5) Pull down a sample docker-compose.yml
# 5) Installing docker and pulling the docker-compose.yml
#--------------------------------------------------
echo "[+] Installing Docker and Docker Compose..."
sudo apt install -y docker.io docker-compose
sudo systemctl enable docker --now
echo "[+] Fetching docker-compose.yml from WebSploit.org..."
wget -O /root/docker-compose.yml https://websploit.org/docker-compose.yml