mirror of
https://github.com/Brandon-Rozek/website.git
synced 2025-02-23 15:13:52 +00:00
Corrected Typo
This commit is contained in:
parent
c005514208
commit
a3ed2efc3b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
If the application does not use `make install`, then you can add extra arguments to denote its equivalent
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
sudo checkinstall -D --isntall=no --nodoc ./customInstallScript
|
sudo checkinstall -D --install=no --nodoc ./customInstallScript
|
||||||
```
|
```
|
||||||
|
|
||||||
Arguments to `checkinstall`
|
Arguments to `checkinstall`
|
||||||
|
|
Loading…
Reference in a new issue