Update _index.en.md

This commit is contained in:
Mr-Update 2024-03-09 22:49:45 +01:00 committed by GitHub
parent a88c9c452d
commit 242450dea8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,7 +6,7 @@ weight: 10
{{% notice note %}} {{% 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. 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 %}} {{% /notice %}}
### Install ### Install
@ -27,7 +27,7 @@ What it does:
### Upgrade ### 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)` `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. 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 wget https://raw.githubusercontent.com/rustdesk/rustdesk-server-pro/main/restore.sh
chmod +x restore.sh chmod +x restore.sh