更新 setup.sh

This commit is contained in:
2025-12-16 14:53:47 +00:00
parent 3b11ca874b
commit 918c389c2f

View File

@@ -48,6 +48,7 @@ for choice in $choices; do
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 /usr/local/bin/micro
git config --global credential.helper store # git记住用户名密码
echo '{ "clipboard": "terminal" }' > /root/.config/micro/settings.json # micro编辑器ssh适配
;;
5)
echo "配置防火墙"