From 30148fb3f7be418384505aaf606bcdeb93ac693a Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Tue, 20 Aug 2024 13:04:57 +0200 Subject: [PATCH] Update index.tsx --- documentation/src/pages/install/index.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/documentation/src/pages/install/index.tsx b/documentation/src/pages/install/index.tsx index d57697bb..90830bac 100644 --- a/documentation/src/pages/install/index.tsx +++ b/documentation/src/pages/install/index.tsx @@ -31,7 +31,6 @@ const defaultOptions: InstallOptions = { ufw: { value: false, description: "Install and setup UFW instead of CSF." }, "no-ssh": { value: false, description: "Disable port 22 and whitelist administrator IP address." }, "enable-ftp": { value: false, description: "Install FTP (experimental)." }, - "enable-mail": { value: false, description: "Install Mail (experimental)." }, "post-install": { value: "", description: "Specify the post install script path." }, screenshots: { value: "remote", description: "Set the screenshots API URL.", options: ["local", "remote"] }, debug: { value: false, description: "Display debug information during installation." },