fix: add hping3 and mtr installation for macOS
This commit is contained in:
parent
0995287fd0
commit
c8b2e4d326
@ -62,6 +62,7 @@ configure_install_useful() {
|
|||||||
if [ "$(uname)" = "Darwin" ]; then
|
if [ "$(uname)" = "Darwin" ]; then
|
||||||
[ "$1" != "noupdate" ] && brew update
|
[ "$1" != "noupdate" ] && brew update
|
||||||
brew install hexyl bat tree p7zip-full
|
brew install hexyl bat tree p7zip-full
|
||||||
|
brew install hping3 mtr
|
||||||
else
|
else
|
||||||
[ "$1" != "noupdate" ] && sudo apt-get update
|
[ "$1" != "noupdate" ] && sudo apt-get update
|
||||||
sudo apt-get install hexyl bat tree fd-find fzf -y
|
sudo apt-get install hexyl bat tree fd-find fzf -y
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user