From 743d0b19dfaaf88f719ac395744b3d2480b2c9dd Mon Sep 17 00:00:00 2001 From: adminroot Date: Mon, 3 Nov 2025 01:00:23 -0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20setup.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.sh b/setup.sh index 655670c..1ed05df 100644 --- a/setup.sh +++ b/setup.sh @@ -43,6 +43,7 @@ for choice in $choices; do wget https://git.nvme.cc/adminroot/auto-update/raw/branch/main/app/zellij -O /usr/local/bin/zellij wget https://git.nvme.cc/adminroot/auto-update/raw/branch/main/app/7zz -O /usr/local/bin/7z chmod +x /usr/local/bin/7z /usr/local/bin/zellij + git config --global credential.helper store # git记住用户名密码 ;; 5) echo "配置防火墙"