From 2eae18ad3b19e5f81205ea38c2e33472009a81fe Mon Sep 17 00:00:00 2001 From: Konano Date: Thu, 7 Nov 2024 15:27:54 +0800 Subject: [PATCH] =?UTF-8?q?todo(configure=5Fpriv.sh):=20=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=20nginx=20=E5=AE=89=E8=A3=85=E7=89=88=E6=9C=AC=E6=9C=AA?= =?UTF-8?q?=E6=89=BE=E5=88=B0=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- configure_priv.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure_priv.sh b/configure_priv.sh index cb4d470..f6e3102 100755 --- a/configure_priv.sh +++ b/configure_priv.sh @@ -303,7 +303,7 @@ configure_nginx() { fi if confirm_action "要安装 nginx 吗?" "Y"; then sudo apt-get update - sudo apt-get install nginx=1.20.2-1~$(lsb_release -cs) -y + sudo apt-get install nginx=1.20.2-1~$(lsb_release -cs) -y # TODO E: Version '1.20.2-1~noble' for 'nginx' was not found echo "别忘了把 /etc/nginx/sites-enabled 中的配置文件移动到 /etc/nginx/conf.d 中" fi }