diff options
Diffstat (limited to 'etc/pacman.conf')
-rw-r--r-- | etc/pacman.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/pacman.conf b/etc/pacman.conf index 91338755..fabe2e12 100644 --- a/etc/pacman.conf +++ b/etc/pacman.conf @@ -70,10 +70,10 @@ LocalFileSigLevel = Optional # after the header, and they will be used before the default mirrors. [fly] -Server = file:///home/xyz/programs/repos/fly/$arch +Server = file:///home/xyz/programs/repos/fly/$arch/repo [fly-any] -Server = file:///home/xyz/programs/repos/fly/any +Server = https://mirrors.flylightning.xyz/archlinux/fly/os/any #[core-testing] #Include = /etc/pacman.d/mirrorlist |