diff --git a/install/preflight/pacman.sh b/install/preflight/pacman.sh index 907e31e..3134ec7 100755 --- a/install/preflight/pacman.sh +++ b/install/preflight/pacman.sh @@ -19,11 +19,8 @@ EOF fi # Set mirrors to global ones only -sudo tee /etc/pacman.d/mirrorlist >/dev/null <<'EOF' -Server = https://mirror.omarchy.org/$repo/os/$arch -Server = https://mirror.rackspace.com/archlinux/$repo/os/$arch -Server = https://geo.mirror.pkgbuild.com/$repo/os/$arch -EOF +omarchy-refresh-pacman-mirrorlist # Refresh all repos -sudo pacman -Syu --noconfirm \ No newline at end of file +sudo pacman -Syu --noconfirm +