Fix use of stable mirror list when doing an online installation

This commit is contained in:
David Heinemeier Hansson
2026-01-05 15:57:37 +01:00
parent 503e4c765c
commit 54e5be18ea

View File

@@ -4,7 +4,7 @@ if [[ -n ${OMARCHY_ONLINE_INSTALL:-} ]]; then
# Configure pacman
sudo cp -f ~/.local/share/omarchy/default/pacman/pacman.conf /etc/pacman.conf
sudo cp -f ~/.local/share/omarchy/default/pacman/mirrorlist /etc/pacman.d/mirrorlist
sudo cp -f ~/.local/share/omarchy/default/pacman/mirrorlist-stable /etc/pacman.d/mirrorlist
sudo pacman-key --recv-keys 40DFB630FF42BCFFB047046CF0134EE680CAC571 --keyserver keys.openpgp.org
sudo pacman-key --lsign-key 40DFB630FF42BCFFB047046CF0134EE680CAC571