mirror of
https://github.com/rustdesk/doc.rustdesk.com.git
synced 2025-01-13 17:58:18 +01:00
Update _index.en.md
This commit is contained in:
parent
f7d5d3c54c
commit
94901dd874
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user