diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2023-06-30 20:28:00 -0700 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2023-06-30 20:28:00 -0700 |
commit | 731a8afa959c650acaccc11b86751c5805841ff4 (patch) | |
tree | 20113151d69e05c63bbc74778c4110a388bccb2a /etc/pacman.conf | |
parent | db74e8063cedcd14d2a682256b41907ec82f8bc7 (diff) |
pacman custom repo
Diffstat (limited to 'etc/pacman.conf')
-rw-r--r-- | etc/pacman.conf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/etc/pacman.conf b/etc/pacman.conf index a03ebf7c..599f2450 100644 --- a/etc/pacman.conf +++ b/etc/pacman.conf @@ -74,11 +74,11 @@ LocalFileSigLevel = Optional #[danctnix-testing] #Server = https://p64.arikawa-hi.me/$repo/$arch/ -#[fly] -#Server = file:///home/xyz/programs/repos/fly/$arch +[fly] +Server = file:///home/xyz/programs/repos/fly/$arch -#[fly-any] -#Server = file:///home/xyz/programs/repos/fly/any +[fly-any] +Server = file:///home/xyz/programs/repos/fly/any [danctnix] Server = https://p64.arikawa-hi.me/$repo/$arch/ |