mirror of
https://github.com/Matir/skel.git
synced 2026-05-25 21:19:09 -07:00
Add werdlists to install_tool.
This commit is contained in:
@@ -131,6 +131,9 @@ case ${TOOL} in
|
|||||||
seclists)
|
seclists)
|
||||||
git clone https://github.com/danielmiessler/SecLists.git "${DESTDIR}"
|
git clone https://github.com/danielmiessler/SecLists.git "${DESTDIR}"
|
||||||
;;
|
;;
|
||||||
|
werdlists)
|
||||||
|
git clone --depth 1 https://github.com/decal/werdlists.git "${DESTDIR}"
|
||||||
|
;;
|
||||||
gcloud)
|
gcloud)
|
||||||
makedest_or_die
|
makedest_or_die
|
||||||
gbase="https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/"
|
gbase="https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/"
|
||||||
|
|||||||
Reference in New Issue
Block a user