mirror of
https://github.com/trailofbits/algo.git
synced 2025-06-07 07:33:52 +02:00
Add Linux Desktop to compatible prompt
This commit is contained in:
parent
3ef96f7848
commit
38f85a6e78
1 changed files with 1 additions and 1 deletions
2
algo
2
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
|
||||
|
|
Loading…
Add table
Reference in a new issue