diff options
author | Xiao Pan <xyz@flylightning.xyz> | 2024-12-16 19:04:44 -0800 |
---|---|---|
committer | Xiao Pan <xyz@flylightning.xyz> | 2024-12-16 19:04:44 -0800 |
commit | 7b355389a81fe421a32851fc29f57bfea375f1fc (patch) | |
tree | a9fb00f07447404a09de48d9228f96cb5494c1f2 | |
parent | 21d845f5561416b8b6b52ed330261e281278d667 (diff) |
I build some pkg locally to use, also need backup that
-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 |