From c8b2e4d3266781a39e4180f4abd8e23531b49082 Mon Sep 17 00:00:00 2001 From: Konano Date: Thu, 23 Jan 2025 18:21:53 +0800 Subject: [PATCH] fix: add hping3 and mtr installation for macOS --- configure_priv.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/configure_priv.sh b/configure_priv.sh index 3d7e297..e3dd908 100755 --- a/configure_priv.sh +++ b/configure_priv.sh @@ -62,6 +62,7 @@ configure_install_useful() { if [ "$(uname)" = "Darwin" ]; then [ "$1" != "noupdate" ] && brew update brew install hexyl bat tree p7zip-full + brew install hping3 mtr else [ "$1" != "noupdate" ] && sudo apt-get update sudo apt-get install hexyl bat tree fd-find fzf -y