From b25dda6d98877d14327f9403e0f59275b5855194 Mon Sep 17 00:00:00 2001 From: Arisa Snowbell Date: Mon, 8 Nov 2021 10:59:18 +0100 Subject: [PATCH] shiny-mirrors: add page (#7393) --- pages/linux/shiny-mirrors.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 pages/linux/shiny-mirrors.md diff --git a/pages/linux/shiny-mirrors.md b/pages/linux/shiny-mirrors.md new file mode 100644 index 000000000..fd20a5bcf --- /dev/null +++ b/pages/linux/shiny-mirrors.md @@ -0,0 +1,21 @@ +# shiny-mirrors + +> Generate a pacman mirror list for Manjaro Linux. +> Every run of shiny-mirrors requires you to synchronize your database and update your system using `sudo pacman -Syyu`. +> More information: . + +- Get the status of the current mirrors: + +`shiny-mirrors status` + +- Generate a mirror list using the default behavior: + +`sudo shiny-mirrors refresh` + +- Display the current configuration file: + +`shiny-mirrors config show` + +- Switch to a different branch interactively: + +`sudo shiny-mirrors config --branch`