diff --git a/www/note/README.md b/www/note/README.md index e49129d..8b19811 100644 --- a/www/note/README.md +++ b/www/note/README.md @@ -3,9 +3,11 @@ ## 下载部署脚本 ```bash -mkdir -p /opt/www/note -cd /opt/www/note -curl -fsSL https://git.sugarscat.cn/me/bash/-/raw/main/www/note/deploy.sh | sh +mkdir -p /opt/www/note && cd /opt/www/note +``` + +```bash +curl -fsSL https://git.sugarscat.cn/me/bash/-/raw/main/www/note/deploy.sh > deploy.sh && chmod +x deploy.sh ``` ## 定时执行脚本