Update _index.en.md

This commit is contained in:
dinger1986 2023-07-04 10:12:32 +01:00 committed by GitHub
parent 0e92582de9
commit 8de81320a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,7 +26,7 @@ RustDesk client >=1.2.0 required
# Simple Install
Copy and paste the above command into your linux terminal which take care of everything.
Copy and paste the above command into your linux terminal which take care of everything. [What the script does.](https://rustdesk.com/docs/en/self-host/pro/installscript/)
`curl -s https://raw.githubusercontent.com/rustdesk/rustdesk-server-pro/main/install.sh | bash`
@ -44,3 +44,9 @@ Almost the same as the open source version, but you do not need to run hbbs/hbbr
### One more port (or use a proxy)
One more tcp port `21114` is added for web console, please also add this port when you set firewall rules and docker port mapping.
# Updating
Copy and paste the above command into your linux terminal which take care of everything.
`curl -s https://raw.githubusercontent.com/rustdesk/rustdesk-server-pro/main/update.sh | bash`