From 918c389c2f944103c26d38663adaf4e094b4504d Mon Sep 17 00:00:00 2001 From: adminroot Date: Tue, 16 Dec 2025 14:53:47 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20setup.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.sh | 1 + 1 file changed, 1 insertion(+) 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 "配置防火墙"