summaryrefslogtreecommitdiff
path: root/etc/pacman.conf
diff options
context:
space:
mode:
authorXiao Pan <gky44px1999@gmail.com>2023-02-23 22:08:07 -0800
committerXiao Pan <gky44px1999@gmail.com>2023-02-23 22:08:07 -0800
commitda5d12da619b7ef845030886f31ec813da00650a (patch)
treeb1da1d41327eb00245d9d5fedded87b4c4df8cee /etc/pacman.conf
parent2c4d292a9fdaf8c318f0316edb057621debc2db7 (diff)
more change for pinephone
Diffstat (limited to 'etc/pacman.conf')
-rw-r--r--etc/pacman.conf23
1 files changed, 11 insertions, 12 deletions
diff --git a/etc/pacman.conf b/etc/pacman.conf
index 9b8987e6..eacdc089 100644
--- a/etc/pacman.conf
+++ b/etc/pacman.conf
@@ -69,14 +69,19 @@ 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://p64.arikawa-hi.me/$repo/$arch/
+
[fly]
Server = file:///home/xyz/programs/repos/fly/$arch
[fly-any]
Server = file:///home/xyz/programs/repos/fly/any
-#[testing]
-#Include = /etc/pacman.d/mirrorlist
+[danctnix]
+Server = https://p64.arikawa-hi.me/$repo/$arch/
[core]
Include = /etc/pacman.d/mirrorlist
@@ -84,20 +89,14 @@ Include = /etc/pacman.d/mirrorlist
[extra]
Include = /etc/pacman.d/mirrorlist
-#[community-testing]
-#Include = /etc/pacman.d/mirrorlist
-
[community]
Include = /etc/pacman.d/mirrorlist
-# If you want to run 32 bit applications on your x86_64 system,
-# enable the multilib repositories as required here.
-
-#[multilib-testing]
-#Include = /etc/pacman.d/mirrorlist
+[alarm]
+Include = /etc/pacman.d/mirrorlist
-#[multilib]
-#Include = /etc/pacman.d/mirrorlist
+[aur]
+Include = /etc/pacman.d/mirrorlist
# An example of a custom package repository. See the pacman manpage for
# tips on creating your own repositories.