From ce6c7ca742da8ba1813e0f98b44b23d3215fce80 Mon Sep 17 00:00:00 2001 From: Harzo Date: Sun, 28 May 2023 19:34:06 +0200 Subject: [PATCH] Pacman: enable verbose version comparison --- .local/share/dotfiles/core/install-paru.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.local/share/dotfiles/core/install-paru.sh b/.local/share/dotfiles/core/install-paru.sh index 5efcf3b..7e8ed11 100755 --- a/.local/share/dotfiles/core/install-paru.sh +++ b/.local/share/dotfiles/core/install-paru.sh @@ -13,4 +13,5 @@ makepkg -si sed -i 's/^#Color$/Color/' /etc/pacman.conf sed -i 's/^ParallelDownloads.*/ParallelDownloads = 5/' /etc/pacman.conf +sed -i 's/^#VerbosePkgLists$/VerbosePkgLists/' /etc/pacman.conf sed -i 's/^#BottomUp$/BottomUp/' /etc/paru.conf