Skip to content

Commit

Permalink
depends iptables
Browse files Browse the repository at this point in the history
add iptables to dependencies
  • Loading branch information
thomhastings authored Sep 13, 2024
1 parent 4e4e8d2 commit e883fb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kali-config/common/includes.chroot/usr/bin/kalitorify
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ setup_general() {
info "Check program settings"

# packages
declare -a dependencies=('tor' 'curl')
declare -a dependencies=('tor' 'curl' 'iptables')
for package in "${dependencies[@]}"; do
if ! hash "${package}" 2>/dev/null; then
die "'${package}' isn't installed, exit"
Expand Down

0 comments on commit e883fb2

Please sign in to comment.