From c72d24b76bc8fd61dd375863f4643324d4377044 Mon Sep 17 00:00:00 2001 From: dash <1549469775@qq.com> Date: Sat, 22 Nov 2025 23:49:33 +0800 Subject: [PATCH] Update deploy.sh usage instructions for improved clarity and ease of use. --- deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index 8114045..cd75139 100644 --- a/deploy.sh +++ b/deploy.sh @@ -1,7 +1,7 @@ #!/bin/bash # 一键部署脚本 - Linux/macOS -# 使用方法: chmod +x deploy.sh && ./deploy.sh +# 使用方法: cp deploy.sh deploy-new.sh && chmod +x deploy-new.sh && ./deploy-new.sh set -e # 遇到错误立即退出