From 8de81320a7951f2adcb9223f788159079e30b0ae Mon Sep 17 00:00:00 2001 From: dinger1986 Date: Tue, 4 Jul 2023 10:12:32 +0100 Subject: [PATCH] Update _index.en.md --- content/self-host/pro/_index.en.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/content/self-host/pro/_index.en.md b/content/self-host/pro/_index.en.md index 99edafb..82e27ad 100644 --- a/content/self-host/pro/_index.en.md +++ b/content/self-host/pro/_index.en.md @@ -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`