From 42cdad1909e5ad97ccd8a5dd1733bf9e662ebe9d Mon Sep 17 00:00:00 2001 From: Konano Date: Fri, 8 Nov 2024 17:53:45 +0800 Subject: [PATCH] =?UTF-8?q?feat(configure=5Fpriv.sh):=20=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=20p7zip-full=20=E5=AE=89=E8=A3=85=E6=94=AF=E6=8C=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- configure_priv.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure_priv.sh b/configure_priv.sh index 45ad288..8397fc4 100755 --- a/configure_priv.sh +++ b/configure_priv.sh @@ -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