Spaces:
Running
Running
Create etc/pacman.conf
Browse files- etc/pacman.conf +23 -0
etc/pacman.conf
ADDED
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Color
|
2 |
+
CheckSpace
|
3 |
+
ParallelDownloads = 8
|
4 |
+
|
5 |
+
[archlinuxcn]
|
6 |
+
SigLevel = Optional TrustAll
|
7 |
+
Server = https://mirrors.cernet.edu.cn/archlinuxcn/$arch
|
8 |
+
|
9 |
+
[arch4edu]
|
10 |
+
SigLevel = Optional TrustAll
|
11 |
+
Server = https://mirrors.cernet.edu.cn/arch4edu/$arch
|
12 |
+
|
13 |
+
[alerque]
|
14 |
+
SigLevel = Optional TrustAll
|
15 |
+
Server = https://arch.alerque.com/$arch
|
16 |
+
|
17 |
+
[chaotic-aur]
|
18 |
+
SigLevel = Optional TrustAll
|
19 |
+
Server = https://geo-mirror.chaotic.cx/$repo/$arch
|
20 |
+
|
21 |
+
[our]
|
22 |
+
SigLevel = Optional TrustAll
|
23 |
+
Server = https://orion-zhen.github.io/our/$arch
|