Latest
This commit is contained in:
parent
bbcce1430a
commit
8c466aba77
3 changed files with 6 additions and 4 deletions
|
@ -1006,7 +1006,7 @@ softwareGroups:
|
|||
- sysz
|
||||
- upt
|
||||
- winrm-cli
|
||||
- wireshark-cli
|
||||
# - wireshark-cli
|
||||
Sys-Admin-Desktop: &Sys-Admin-Desktop
|
||||
- chef-workstation
|
||||
- networkmanager
|
||||
|
|
|
@ -69,7 +69,8 @@ function log(type, label, msg) {
|
|||
icon = `${chalk.redBright(figures.cross)} ${chalk.black.bold.bgRedBright(' ERROR ')}`
|
||||
message = chalk.redBright(wrapMessage(msg))
|
||||
}
|
||||
const outputMessage = `${icon} ${message}`
|
||||
const now = new Date()
|
||||
const outputMessage = `${icon} ${message} (${now})`
|
||||
console.log(outputMessage)
|
||||
}
|
||||
|
||||
|
|
|
@ -10479,11 +10479,12 @@ softwarePackages:
|
|||
_github: null
|
||||
_home: https://tshark.dev/
|
||||
_name: Wireshark
|
||||
ansible: professormanhattan.wireshark
|
||||
_notes: Conflicts with regular wireshark install
|
||||
# ansible: professormanhattan.wireshark
|
||||
# Install hangs even with sudo apt-get -o DPkg::Options::=--force-confdef install -y tshark
|
||||
# Need to figure out how to completely automate this
|
||||
# apt: tshark
|
||||
brew: wireshark
|
||||
# brew: wireshark
|
||||
dnf: wireshark-cli
|
||||
pacman: wireshark-cli
|
||||
wireshark:
|
||||
|
|
Loading…
Reference in a new issue