diff --git a/configure_priv.sh b/configure_priv.sh index e445c3e..3d7e297 100755 --- a/configure_priv.sh +++ b/configure_priv.sh @@ -64,7 +64,9 @@ configure_install_useful() { brew install hexyl bat tree p7zip-full else [ "$1" != "noupdate" ] && sudo apt-get update - sudo apt-get install hexyl bat tree fd-find fzf tcptraceroute -y + sudo apt-get install hexyl bat tree fd-find fzf -y + # 原来有 tcptraceroute 的,用 mtr 替代 + sudo apt-get install hping3 mtr -y fi }