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记住用户名密码 ;;