Skip to content

Commit

Permalink
add netcat tool
Browse files Browse the repository at this point in the history
  • Loading branch information
gdbtek committed Jan 25, 2017
1 parent 05299e8 commit 95a7c7e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cookbooks/essential/attributes/default.bash
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export APT_ESSENTIAL_PACKAGES=(
'logrotate'
'lsb-release'
'lsof'
'netcat'
'rsync'
'screen'
'software-properties-common'
Expand All @@ -27,6 +28,7 @@ export RPM_ESSENTIAL_PACKAGES=(
'iptables'
'logrotate'
'lsof'
'nc'
'rsync'
'screen'
'tree'
Expand Down

0 comments on commit 95a7c7e

Please sign in to comment.