From 242450dea8c8e5dff08cad377c6a91e8462df911 Mon Sep 17 00:00:00 2001 From: Mr-Update <37781396+Mr-Update@users.noreply.github.com> Date: Sat, 9 Mar 2024 22:49:45 +0100 Subject: [PATCH] Update _index.en.md --- .../rustdesk-server-pro/installscript/_index.en.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/self-host/rustdesk-server-pro/installscript/_index.en.md b/content/self-host/rustdesk-server-pro/installscript/_index.en.md index 94ad3a9..3b5dcf5 100644 --- a/content/self-host/rustdesk-server-pro/installscript/_index.en.md +++ b/content/self-host/rustdesk-server-pro/installscript/_index.en.md @@ -6,7 +6,7 @@ weight: 10 {{% notice note %}} Don't forget to get your license from [https://rustdesk.com/pricing.html](https://rustdesk.com/pricing.html), check [license](https://rustdesk.com/docs/en/self-host/rustdesk-server-pro/license/) page for more details. -Please read [OSS installation](https://rustdesk.com/docs/en/self-host/rustdesk-server-oss/install/) first before doing this simple install. You can know more underlying details there. +Please read [OSS installation](https://rustdesk.com/docs/en/self-host/rustdesk-server-oss/install/) first before doing this simple install. You can know more underlying details there. {{% /notice %}} ### Install @@ -27,7 +27,7 @@ What it does: ### Upgrade -Copy and paste the above command into your Linux terminal to upgrade your existing RustDesk Server Pro Installation, this could also be saved locally and scheduled with cron. +Copy and paste the above command into your Linux terminal to upgrade your existing RustDesk Server Pro installation, this could also be saved locally and scheduled with cron. `bash <(wget -qO- https://raw.githubusercontent.com/rustdesk/rustdesk-server-pro/main/update.sh)` @@ -68,7 +68,7 @@ Run the backup script `./backup.sh` to create a one time backup. Or run the backup script `./backup.sh --schedule`. This will schedule the backup script to run nightly and autorotate. -To Restore do the following: +To restore do the following: ``` wget https://raw.githubusercontent.com/rustdesk/rustdesk-server-pro/main/restore.sh chmod +x restore.sh