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 "配置防火墙"