27 lines
1.1 KiB
Plaintext
27 lines
1.1 KiB
Plaintext
|
- Arch repos
|
||
|
1. Add this lines into /etc/pacman.conf
|
||
|
[universe]
|
||
|
Server = https://universe.artixlinux.org/$arch
|
||
|
Server = https://mirror1.artixlinux.org/universe/$arch
|
||
|
Server = https://mirror.pascalpuffke.de/artix-universe/$arch
|
||
|
Server = https://artixlinux.qontinuum.space/artixlinux/universe/os/$arch
|
||
|
Server = https://mirror1.cl.netactuate.com/artix/universe/$arch
|
||
|
Server = https://ftp.crifo.org/artix-universe/$arch
|
||
|
Server = https://artix.sakamoto.pl/universe/$arch
|
||
|
|
||
|
2. Sync
|
||
|
sudo pacman -Sy
|
||
|
|
||
|
3. Install Arch repos support package
|
||
|
sudo pacman -Syu artix-archlinux-support
|
||
|
|
||
|
4. Add this lines into /etc/pacman.conf
|
||
|
[extra]
|
||
|
Include = /etc/pacman.d/mirrorlist-arch
|
||
|
[community]
|
||
|
Include = /etc/pacman.d/mirrorlist-arch
|
||
|
|
||
|
5. Comment the default mirror and uncomment this in /etc/pacman.d/mirrorlist-arch:
|
||
|
Server = https://mirror.nw-sys.ru/archlinux/$repo/os/$arch
|
||
|
Server = http://mirrors.powernet.com.ru/archlinux/$repo/os/$arch
|