From 5efd3a9d088d6d0607fdbaf461f661446bbbb3b4 Mon Sep 17 00:00:00 2001 From: "John F. Mercer" Date: Sun, 21 Jan 2024 20:13:05 -0300 Subject: [PATCH] Hurl the hurl --- .chezmoiscripts/linux/run_onchange_before_10_installs.sh.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.chezmoiscripts/linux/run_onchange_before_10_installs.sh.tmpl b/.chezmoiscripts/linux/run_onchange_before_10_installs.sh.tmpl index 7837c62..ec28d9c 100644 --- a/.chezmoiscripts/linux/run_onchange_before_10_installs.sh.tmpl +++ b/.chezmoiscripts/linux/run_onchange_before_10_installs.sh.tmpl @@ -24,7 +24,6 @@ packages=( "gpg" "grc" "htop" - "hurl" "jq" "less" "nmap" @@ -45,6 +44,7 @@ packages=( {{ if eq .osid "linux-kali" }} sec_packages=( + "hurl" "gobuster" "seclists" )