diff options
author | Ivy Foster <escondida@iff.ink> | 2020-04-23 20:12:03 +0200 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2020-04-29 05:57:53 +0200 |
commit | 969e1ab996e79f3e121d0fb3bfd4e91ac7d6f488 (patch) | |
tree | 49868a5b50768c9b3a43f4ff9740529be869f321 /etc | |
parent | 24392223752480b9088321ad0f914118d0346e55 (diff) | |
download | pacman-969e1ab996e79f3e121d0fb3bfd4e91ac7d6f488.tar.gz pacman-969e1ab996e79f3e121d0fb3bfd4e91ac7d6f488.tar.xz |
Add NoProgressbar to pacman.conf options
This is useful for dumb terminals that do not support escape
sequences.
Signed-off-by: Ivy Foster <escondida@iff.ink>
Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'etc')
-rw-r--r-- | etc/pacman.conf.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/pacman.conf.in b/etc/pacman.conf.in index 7446944f..e3c73e13 100644 --- a/etc/pacman.conf.in +++ b/etc/pacman.conf.in @@ -31,6 +31,7 @@ Architecture = auto # Misc options #UseSyslog #Color +#NoProgressBar #TotalDownload CheckSpace #VerbosePkgLists |