Skip to content

Commit

Permalink
Fix atuin installation
Browse files Browse the repository at this point in the history
  • Loading branch information
jfmercer committed Nov 15, 2024
1 parent 7faa90b commit e7a9de1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -46,6 +45,7 @@ packages=(
{{ if eq .osid "linux-kali" }}

sec_packages=(
"atuin"
"bloodhound"
"chisel"
"cloud-enum"
Expand Down

0 comments on commit e7a9de1

Please sign in to comment.