Skip to content

Commit 40a08f4

Browse files
committed
Update containers script download URL to use the latest version from GitHub
1 parent c17d895 commit 40a08f4

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
@@ -184,7 +184,7 @@ fi
184184
# 12) Container info script
185185
#--------------------------------------------------
186186
echo "[+] Installing 'containers' script..."
187-
curl -sSL https://websploit.org/containers.sh > /root/containers.sh
187+
curl -sSL https://raw.githubusercontent.com/The-Art-of-Hacking/websploit/refs/heads/master/containers.sh > /root/containers.sh
188188
chmod +x /root/containers.sh
189189
mv /root/containers.sh /usr/local/bin/containers
190190

0 commit comments

Comments
 (0)