diff --git a/home/.chezmoidata.yaml b/home/.chezmoidata.yaml index b78cd6cb..9ba73b07 100644 --- a/home/.chezmoidata.yaml +++ b/home/.chezmoidata.yaml @@ -1006,7 +1006,7 @@ softwareGroups: - sysz - upt - winrm-cli - - wireshark-cli + # - wireshark-cli Sys-Admin-Desktop: &Sys-Admin-Desktop - chef-workstation - networkmanager diff --git a/home/dot_local/bin/executable_install-program b/home/dot_local/bin/executable_install-program index ee8cc6eb..4646733f 100644 --- a/home/dot_local/bin/executable_install-program +++ b/home/dot_local/bin/executable_install-program @@ -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) } diff --git a/software.yml b/software.yml index c13e7abb..25073f9a 100644 --- a/software.yml +++ b/software.yml @@ -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: