Skip to content

Commit

Permalink
Update ha_automatic_packages.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbelgium authored Oct 3, 2023
1 parent 96ffe85 commit ebd4238
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .templates/ha_automatic_packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ for files in "/etc/cont-init.d" "/etc/services.d"; do
COMMAND="nmap"
if grep -q -rnw "$files/" -e "$COMMAND"; then
[ "$VERBOSE" = true ] && echo "$COMMAND required"
[ "$PACKMANAGER" = "apk" ] && PACKAGES="$PACKAGES nmap nmap-scripts
[ "$PACKMANAGER" = "apk" ] && PACKAGES="$PACKAGES nmap nmap-scripts"
[ "$PACKMANAGER" = "apt" ] && PACKAGES="$PACKAGES nmap"
#[ "$PACKMANAGER" = "pacman" ] && PACKAGES="$PACKAGES iputils"
fi
Expand Down

0 comments on commit ebd4238

Please sign in to comment.