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)
|
||||
git clone https://github.com/danielmiessler/SecLists.git "${DESTDIR}"
|
||||
;;
|
||||
werdlists)
|
||||
git clone --depth 1 https://github.com/decal/werdlists.git "${DESTDIR}"
|
||||
;;
|
||||
gcloud)
|
||||
makedest_or_die
|
||||
gbase="https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/"
|
||||
|
||||
Reference in New Issue
Block a user