diff options
-rw-r--r-- | etc/pacman.conf | 3 | ||||
-rw-r--r-- | home/xyz/.config/myconf/upd_rsync_files | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/etc/pacman.conf b/etc/pacman.conf index ecd4334d..1ff36947 100644 --- a/etc/pacman.conf +++ b/etc/pacman.conf @@ -71,6 +71,9 @@ LocalFileSigLevel = Optional # repo name header and Include lines. You can add preferred servers immediately # after the header, and they will be used before the default mirrors. +[fly] +Server = file:///var/lib/mpra + # It seems alarm makepkg make .xz packages but alarm pacman can install .zst packages [fly-any] Server = https://mirrors.flylightning.xyz/archlinux/fly/os/any diff --git a/home/xyz/.config/myconf/upd_rsync_files b/home/xyz/.config/myconf/upd_rsync_files index e69de29b..17734a06 100644 --- a/home/xyz/.config/myconf/upd_rsync_files +++ b/home/xyz/.config/myconf/upd_rsync_files @@ -0,0 +1 @@ +/home/xyz/programs |