From 24d180fd386d35888877644e940d2cef9eb32f0f Mon Sep 17 00:00:00 2001 From: Konano Date: Wed, 9 Sep 2026 17:19:14 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=20macOS=20=E4=B8=8A?= =?UTF-8?q?=20tmux=20=E7=9A=84=E5=AE=89=E8=A3=85?= 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 f75a299..4c08392 100755 --- a/configure_priv.sh +++ b/configure_priv.sh @@ -215,7 +215,7 @@ configure_tmux() { [ $offline -eq 1 ] && return if confirm_action "要配置 tmux 吗?" "Y"; then - sudo apt-get install tmux -y + pkg_install tmux || return $? rm ~/.tmux -r git_clone tmux-plugins/tpm ~/.tmux/plugins/tpm --norecursive