瀏覽代碼

fix: v2.1.0

jonssonyan 2 年之前
父節點
當前提交
a0f3154faa
共有 1 個文件被更改,包括 0 次插入5 次删除
  1. 0 5
      install_script.sh

+ 0 - 5
install_script.sh

@@ -668,7 +668,6 @@ install_cert() {
       echo_content red "注意: 不设置证书会导致部分协议无法使用"
       echo_content yellow "1. 安装Caddy 2(自动申请/续签证书)"
       echo_content yellow "2. 手动设置证书路径"
-      echo_content yellow "3. 不设置"
       read -r -p "请选择(默认:1): " whether_install_cert
       [[ -z "${whether_install_cert}" ]] && whether_install_cert=1
 
@@ -707,10 +706,6 @@ custom_cert
 EOF
         break
         ;;
-      3)
-        with_cert=0
-        break
-        ;;
       *)
         echo_content red "没有这个选项"
         continue