From 5740960e95447a0e1f1133fc88ca937b2bfe897f Mon Sep 17 00:00:00 2001 From: Mr-Update <37781396+Mr-Update@users.noreply.github.com> Date: Tue, 10 Oct 2023 21:36:19 +0200 Subject: [PATCH] Update _index.en.md --- content/client/linux/_index.en.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/client/linux/_index.en.md b/content/client/linux/_index.en.md index 946489aa..7064d59f 100755 --- a/content/client/linux/_index.en.md +++ b/content/client/linux/_index.en.md @@ -7,7 +7,7 @@ weight: 4 #### Ubuntu (>= 16) -```bash +```sh # please ignore the wrong disk usage report sudo apt install -fy ./rustdesk-.deb ``` @@ -50,5 +50,5 @@ Modify below line to `WaylandEnable=false` in `/etc/gdm/custom.conf` or `/etc/gd ``` {{% notice note %}} -Please **reboot** to make above changes taking effect +Please **reboot** to make above changes taking effect. {{% /notice %}}