From 31ffc23da956b6f4968bf62298c97468d8e83dc2 Mon Sep 17 00:00:00 2001 From: adminroot Date: Tue, 4 Nov 2025 08:37:13 -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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.sh b/setup.sh index dddbc1a..f13069e 100644 --- a/setup.sh +++ b/setup.sh @@ -41,8 +41,8 @@ for choice in $choices; do echo "即将安装htop cbm tree ufw curl wget lsof micro git git-lfs 7z zellij build-essential ffmpeg" apt update -y apt install -y htop cbm tree ufw curl wget lsof micro git git-lfs build-essential ffmpeg - 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 + wget https://git.nvme.cc/adminroot/auto-update/raw/branch/main/app/zellij_$ARCH -O /usr/local/bin/zellij + wget https://git.nvme.cc/adminroot/auto-update/raw/branch/main/app/7z_$ARCH -O /usr/local/bin/7z chmod +x /usr/local/bin/7z /usr/local/bin/zellij git config --global credential.helper store # git记住用户名密码 ;;