Update _index.en.md

This commit is contained in:
dinger1986 2023-08-24 14:03:22 +01:00 committed by GitHub
parent f7d5d3c54c
commit 94901dd874
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -145,8 +145,9 @@ open -n /Applications/RustDesk.app
```sh
#!/bin/bash
# Assign the value "XYZ" to the password variable
rustdesk_password="XYZ"
# Assign a random value to the password variable
rustdesk_password=$(cat /dev/urandom | tr -dc 'a-zA-Z0-9' | fold -w 8 | head -n 1)
# Get your config string from your Web portal and Fill Below.
rustdesk_config="encryptedconfigstring"