fix: replace tcptraceroute with mtr and add hping3

This commit is contained in:
Konano 2025-01-23 18:19:25 +08:00
parent 6291d43636
commit 0995287fd0
Signed by: Nano
GPG Key ID: 93686B78EE43A65A

View File

@ -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
}