feat(configure_priv.sh): 添加 p7zip-full 安装支持

This commit is contained in:
Konano 2024-11-08 17:53:45 +08:00
parent 7fc4c53d78
commit 42cdad1909
Signed by: Nano
GPG Key ID: 93686B78EE43A65A

View File

@ -61,7 +61,7 @@ configure_install_basic() {
configure_install_useful() { configure_install_useful() {
if [ "$(uname)" = "Darwin" ]; then if [ "$(uname)" = "Darwin" ]; then
[ "$1" != "noupdate" ] && brew update [ "$1" != "noupdate" ] && brew update
brew install hexyl bat tree brew install hexyl bat tree p7zip-full
else else
[ "$1" != "noupdate" ] && sudo apt-get update [ "$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 tcptraceroute -y