-
Notifications
You must be signed in to change notification settings - Fork 156
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Silence apt-get progress meter with -q (--quiet)
In normal usage, `apt-get` displays % progress meters on stdout. But these meters are intended for terminal output not logging output. With the fabric pseudo-terminal (`pty=True`), the meters do not display as intended and instead produce a newline every time there is any progress. This commit adds the `-q` option to all the package_*_apt() functions that call `apt-get`.
- Loading branch information
Showing
1 changed file
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters