更新 setup.sh

This commit is contained in:
2025-11-04 08:37:13 -08:00
parent 4576a926c2
commit 31ffc23da9

View File

@@ -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" echo "即将安装htop cbm tree ufw curl wget lsof micro git git-lfs 7z zellij build-essential ffmpeg"
apt update -y apt update -y
apt install -y htop cbm tree ufw curl wget lsof micro git git-lfs build-essential ffmpeg 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/zellij_$ARCH -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/7z_$ARCH -O /usr/local/bin/7z
chmod +x /usr/local/bin/7z /usr/local/bin/zellij chmod +x /usr/local/bin/7z /usr/local/bin/zellij
git config --global credential.helper store # git记住用户名密码 git config --global credential.helper store # git记住用户名密码
;; ;;