feat(configure_priv.sh): 添加 p7zip-full 安装支持
This commit is contained in:
parent
7fc4c53d78
commit
42cdad1909
@ -61,7 +61,7 @@ configure_install_basic() {
|
||||
configure_install_useful() {
|
||||
if [ "$(uname)" = "Darwin" ]; then
|
||||
[ "$1" != "noupdate" ] && brew update
|
||||
brew install hexyl bat tree
|
||||
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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user