mrlunchbox777 / basic-setup

basic box setup
MIT License
6 stars 3 forks source link

feature: Support tcpdump #66

Open mrlunchbox777 opened 5 months ago

mrlunchbox777 commented 5 months ago

Contact Details

mrlunchbox777@gmail.com

Feature Description

Add tcpdump to the managed packages

Why?

It is a packet analyzer for networking management

What-should happen?

tcpdump should be a package in the index.json

Steps to Test

  1. jq '.packages[] | select(.name = "tcpdump")' resources/install/index.json should return the details for managing the tcpdump package

Code of Conduct