更新 setup.sh
This commit is contained in:
4
setup.sh
4
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记住用户名密码
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user