diff --git a/airootfs/etc/pacman.conf b/airootfs/etc/pacman.conf index 5918c8d..3dc60fa 100644 --- a/airootfs/etc/pacman.conf +++ b/airootfs/etc/pacman.conf @@ -74,11 +74,13 @@ LocalFileSigLevel = Optional #Include = /etc/pacman.d/mirrorlist [holoiso] -Include = /etc/pacman.d/mirrorlist +Server = http://dlcdn2.thevakhovske.pw/$repo/os/$arch +Server = http://dl.thevakhovske.pw/$repo/os/$arch SigLevel = Never [holostaging] -Include = /etc/pacman.d/mirrorlist +Server = http://dlcdn2.thevakhovske.pw/$repo/os/$arch +Server = http://dl.thevakhovske.pw/$repo/os/$arch SigLevel = Never [jupiter-main] diff --git a/airootfs/etc/pacman.d/mirrorlist b/airootfs/etc/pacman.d/mirrorlist index ba6fe1f..64adf7f 100644 --- a/airootfs/etc/pacman.d/mirrorlist +++ b/airootfs/etc/pacman.d/mirrorlist @@ -1,6 +1,2 @@ # Valve SteamOS -Server = https://steamdeck-packages.steamos.cloud/archlinux-mirror/$repo/os/$arch - -# HoloISO -Server = http://dlcdn2.thevakhovske.pw/$repo/os/$arch -Server = http://dl.thevakhovske.pw/$repo/os/$arch \ No newline at end of file +Server = https://steamdeck-packages.steamos.cloud/archlinux-mirror/$repo/os/$arch \ No newline at end of file