diff --git a/setup.sh b/setup.sh index 9a9ce0b..63bd4d3 100644 --- a/setup.sh +++ b/setup.sh @@ -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 "配置防火墙"