From 966713b943837d3c438947166236e38a06c26bb0 Mon Sep 17 00:00:00 2001 From: tiyn Date: Mon, 9 Jan 2023 18:20:05 +0100 Subject: [PATCH] pacman: update mirrorlist added --- wiki/linux/arch-linux/pacman_and_yay.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/wiki/linux/arch-linux/pacman_and_yay.md b/wiki/linux/arch-linux/pacman_and_yay.md index 714d432..826d9b4 100644 --- a/wiki/linux/arch-linux/pacman_and_yay.md +++ b/wiki/linux/arch-linux/pacman_and_yay.md @@ -9,6 +9,16 @@ In this article `yay` is used as the go to AUR manager. `yay` is also a wrapper for `pacman` so you can just use `yay` instead of pacman to install programs. +## Update Mirrorlist + +After a while not updating the system it is possible for the mirrorlist to be +outdated. +This can be fixed by updating it with the following command: + +```sh +curl -o /etc/pacman.d/mirrorlist https://archlinux.org/mirrorlist/all/ +``` + ## Bugfixes ### Error while importing keys