From 5c8d41313e22a08a9c1b62bc8c8ae98c6096696b Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Thu, 22 Aug 2024 15:53:02 +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 90830bac..d460ef68 100644 --- a/documentation/src/pages/install/index.tsx +++ b/documentation/src/pages/install/index.tsx @@ -22,7 +22,6 @@ const defaultOptions: InstallOptions = { "skip-requirements": { value: false, description: "Skip the requirements check." }, "skip-panel-check": { value: false, description: "Skip checking if existing panels are installed." }, "skip-apt-update": { value: false, description: "Skip the APT update." }, - overlay2: { value: false, description: "Enable overlay2 storage driver instead of device-mapper." }, "skip-firewall": { value: false, description: "Don't setup UFW (Only if you will set another Firewall manually)" }, "skip-images": { value: false, description: "Don't install openpanel/nginx and openpanel/apache docker images." }, "skip-blacklists": { value: false, description: "Do not set up IP sets and blacklists." },