From 37e00f6269344add8b204ded62392b5253c23cea Mon Sep 17 00:00:00 2001 From: RustDesk <71636191+rustdesk@users.noreply.github.com> Date: Tue, 25 Mar 2025 16:33:18 +0800 Subject: [PATCH] Update _index.de.md --- .../self-host/rustdesk-server-pro/installscript/_index.de.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/self-host/rustdesk-server-pro/installscript/_index.de.md b/content/self-host/rustdesk-server-pro/installscript/_index.de.md index 6a7eda3..e1692d6 100644 --- a/content/self-host/rustdesk-server-pro/installscript/_index.de.md +++ b/content/self-host/rustdesk-server-pro/installscript/_index.de.md @@ -3,7 +3,7 @@ title: Installation weight: 2 --- -## Docker (Recommended) +## Verfahren 1: Docker (Recommended) ``` bash <(wget -qO- https://get.docker.com) @@ -13,7 +13,7 @@ docker compose up -d For more details, please check [Docker](/docs/en/self-host/rustdesk-server-pro/installscript/docker/). -## install.sh +## Verfahren 2: install.sh If you are proficient in Linux, please use the script below. Otherwise, you may encounter significant issues if it fails, and it could be difficult to determine why it isn’t working.