diff options
Diffstat (limited to 'etc')
-rw-r--r-- | etc/pacman.conf | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/etc/pacman.conf b/etc/pacman.conf index 5bc30b90..4c32e0ad 100644 --- a/etc/pacman.conf +++ b/etc/pacman.conf @@ -44,6 +44,8 @@ SigLevel = Required DatabaseOptional LocalFileSigLevel = Optional #RemoteFileSigLevel = Required +DisableDownloadTimeout + # NOTE: You must run `pacman-key --init` before first using pacman; the local # keyring can then be populated with the keys of all official Arch Linux ARM # packagers with `pacman-key --populate archlinuxarm`. @@ -80,8 +82,8 @@ Server = https://mirrors.flylightning.xyz/archlinux/fly/os/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-testing] +#Server = https://archmobile.mirror.danctnix.org/$repo/$arch/ [danctnix] Server = https://archmobile.mirror.danctnix.org/$repo/$arch/ |