From 1f4182c0e08ef4f3a06d2316545fae0fe5cc589a Mon Sep 17 00:00:00 2001 From: qlrd <106913782+qlrd@users.noreply.github.com> Date: Wed, 9 Oct 2024 18:29:07 +0000 Subject: [PATCH] Update debian-like.en.md Fix the error that ask the user to type sudo apt-get install -f {{ deb package }} instead simple sudo apt-get install -f --- docs/getting-started/installing/from-gui/debian-like.en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started/installing/from-gui/debian-like.en.md b/docs/getting-started/installing/from-gui/debian-like.en.md index ba91d337..1f206c58 100644 --- a/docs/getting-started/installing/from-gui/debian-like.en.md +++ b/docs/getting-started/installing/from-gui/debian-like.en.md @@ -43,7 +43,7 @@ sudo dpkg -i {{latest_installer_deb}} - Update the installed package: ```bash -sudo apt-get install -f {{latest_installer_deb}} +sudo apt-get install -f ``` It will warn you that your system user was added to `dialout` group and maybe you need to reboot