From 8c466aba77ba2e8c5d837755903aa64e5c5b0ddd Mon Sep 17 00:00:00 2001 From: Brian Zalewski <59970525+ProfessorManhattan@users.noreply.github.com> Date: Mon, 13 Nov 2023 20:09:23 +0000 Subject: [PATCH] Latest --- home/.chezmoidata.yaml | 2 +- home/dot_local/bin/executable_install-program | 3 ++- software.yml | 5 +++-- 3 files changed, 6 insertions(+), 4 deletions(-) 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: