From b590b10dbd9f6ddf03665a94649e3692e456ff47 Mon Sep 17 00:00:00 2001 From: SushiDude Date: Tue, 29 Dec 2015 09:47:46 -0500 Subject: [PATCH] There is no need to have pacman force a refresh of all package lists. https://wiki.archlinux.org/index.php/Pacman#Upgrading_packages --- pages/linux/pacman.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/linux/pacman.md b/pages/linux/pacman.md index 8d32c0e577..fcff48f5bb 100644 --- a/pages/linux/pacman.md +++ b/pages/linux/pacman.md @@ -4,7 +4,7 @@ - synchronize and update all packages -`pacman -Syyu` +`pacman -Syu` - install a new package