diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2023-11-19 02:10:10 -0800 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2023-11-19 02:10:10 -0800 |
commit | c1c7623eaf83aec10d235f3fb98e9ce4661a331b (patch) | |
tree | f755060265494024bbbf4f5497880515e3a882c5 /etc/pacman.conf | |
parent | 696040977cc7f2a1022891900a16e1dc781e6d85 (diff) |
update
Diffstat (limited to 'etc/pacman.conf')
-rw-r--r-- | etc/pacman.conf | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/etc/pacman.conf b/etc/pacman.conf index 0063f68b..128cb8ad 100644 --- a/etc/pacman.conf +++ b/etc/pacman.conf @@ -69,17 +69,17 @@ 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. -# DANCTNIX: Uncomment this if you want to be the first trying out new stuffs. -# They might break your device. -#[danctnix-testing] -#Server = https://archmobile.mirror.danctnix.org/$repo/$arch/ - #[fly] #Server = file:///home/xyz/programs/repos/fly/$arch [fly-any] Server = file:///home/xyz/programs/repos/fly/any +# DANCTNIX: Uncomment this if you want to be the first trying out new stuffs. +# They might break your device. +#[danctnix-testing] +#Server = https://archmobile.mirror.danctnix.org/$repo/$arch/ + [danctnix] Server = https://archmobile.mirror.danctnix.org/$repo/$arch/ |