fix: replace tcptraceroute with mtr and add hping3
This commit is contained in:
parent
6291d43636
commit
0995287fd0
@ -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
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user