From da700c5e24db454580880a9ba8c0c1eec503155c Mon Sep 17 00:00:00 2001 From: jaysunxiao Date: Fri, 15 Nov 2024 18:21:56 +0800 Subject: [PATCH] chore: update doc --- deploy.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/deploy.sh b/deploy.sh index caf5acd9..1d3d0a92 100644 --- a/deploy.sh +++ b/deploy.sh @@ -1,5 +1,7 @@ #!/bin/bash +# Ubuntu需要将dash取消才能运行shell脚本,sudo dpkg-reconfigure dash + # doc: # EN:Server deployment script, this script encapsulates common deployment operations, not necessarily used # CN:服务器部署脚本,这个脚本封装了常用部署操作,不是一定要使用的