diff --git a/.chezmoiscripts/linux/run_onchange_before_10_installs.sh.tmpl b/.chezmoiscripts/linux/run_onchange_before_10_installs.sh.tmpl index 5e32504..9abaee9 100644 --- a/.chezmoiscripts/linux/run_onchange_before_10_installs.sh.tmpl +++ b/.chezmoiscripts/linux/run_onchange_before_10_installs.sh.tmpl @@ -14,7 +14,6 @@ while true; do sudo -n true; sleep 60; kill -0 "$$" || exit; done 2>/dev/null & sudo apt update packages=( - "atuin" "bat" "colordiff" "direnv" @@ -46,6 +45,7 @@ packages=( {{ if eq .osid "linux-kali" }} sec_packages=( + "atuin" "bloodhound" "chisel" "cloud-enum"