Remove trailing spaces for #476

waldyrious/alt-syntax
Felix Yan 2015-12-30 14:21:42 +08:00
parent 8939d633a9
commit 6e6ba15a89
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@
`dnf install {{package}}`
- Install a new package and assume yes to all questions
`dnf -y install {{package}}`
- Remove a package

View File

@ -11,7 +11,7 @@
`yum install {{package}}`
- Install a new package and assume yes to all questions (Also works with update, great for automated updates)
`yum -y install {{package}}`
- Remove a package