From e34cfb42fa93147d24c8ff7ae74f617f70f06563 Mon Sep 17 00:00:00 2001 From: Mario Limonciello Date: Tue, 16 Jan 2024 23:25:54 -0600 Subject: [PATCH] trivial: apt install not apt -i --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3b937bb..e85e056 100644 --- a/README.md +++ b/README.md @@ -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.