diff options
Diffstat (limited to 'etc')
-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/ |