Skip to content

Commit 4bfa851

Browse files
authored
Merge pull request #33 from The-Art-of-Hacking/chore/update-docker-compose-link
chore: update docker-compose.yml source URL to point to the latest ve…
2 parents 235e4fd + d65b406 commit 4bfa851

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ sudo systemctl enable docker --now
114114

115115

116116
echo "[+] Fetching docker-compose.yml from WebSploit.org..."
117-
wget -O /root/docker-compose.yml https://websploit.org/docker-compose.yml
117+
wget -O /root/docker-compose.yml https://raw.githubusercontent.com/The-Art-of-Hacking/websploit/refs/heads/master/docker-compose.yml
118118

119119
echo "[+] Starting containers..."
120120
cd /root

0 commit comments

Comments
 (0)