From a3ed2efc3b157af5924d9497b92a17ccafb196a5 Mon Sep 17 00:00:00 2001 From: Brandon Rozek Date: Tue, 16 Jun 2020 15:18:36 -0400 Subject: [PATCH] Corrected Typo --- content/blog/checkinstall.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/blog/checkinstall.md b/content/blog/checkinstall.md index ea0419c..b89e425 100644 --- a/content/blog/checkinstall.md +++ b/content/blog/checkinstall.md @@ -37,7 +37,7 @@ sudo apt remove package_name If the application does not use `make install`, then you can add extra arguments to denote its equivalent ```bash -sudo checkinstall -D --isntall=no --nodoc ./customInstallScript +sudo checkinstall -D --install=no --nodoc ./customInstallScript ``` Arguments to `checkinstall`