Skip to content

Commit

Permalink
trivial: apt install not apt -i
Browse files Browse the repository at this point in the history
  • Loading branch information
superm1 committed Jan 17, 2024
1 parent 8805d49 commit 83113bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dpkg-buildpackage -us -uc -b
To install the Debian package, run the following command:

```shell
sudo apt -i ./fwupd-snap_*.deb
sudo apt install ./fwupd-snap_*.deb
```

This will implicitly install the snap package as well.
Expand Down

0 comments on commit 83113bd

Please sign in to comment.