Skip to content

Commit

Permalink
Update debian-like.en.md
Browse files Browse the repository at this point in the history
Fix the error that ask the user to type sudo apt-get install -f {{ deb package }} instead simple sudo apt-get install -f
  • Loading branch information
qlrd authored Oct 9, 2024
1 parent 3fe3d58 commit 1f4182c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting-started/installing/from-gui/debian-like.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1f4182c

Please sign in to comment.