From 2b00183bed63277bf6a0783fa4019a2682a8f888 Mon Sep 17 00:00:00 2001 From: Dan Guido Date: Sun, 16 Apr 2017 10:12:07 -0400 Subject: [PATCH] Add Linux Desktop to compatible prompt --- algo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/algo b/algo index f0bacbfa..20b03a90 100755 --- a/algo +++ b/algo @@ -55,7 +55,7 @@ security_enabled=${security_enabled:-n} if [[ "$security_enabled" =~ ^(y|Y)$ ]]; then ROLES+=" security"; fi read -p " -Do you want the VPN to support Windows 10 clients? (requires RSA certificates and key exchange, less secure) +Do you want the VPN to support Windows 10 or Linux Desktop clients? (enables compatible ciphers and key exchange, less secure) [y/N]: " -r Win10_Enabled Win10_Enabled=${Win10_Enabled:-n} if [[ "$Win10_Enabled" =~ ^(y|Y)$ ]]; then EXTRA_VARS+=" Win10_Enabled=Y"; fi