mirror of
https://github.com/rwinkhart/artix-install-script.git
synced 2026-09-03 07:27:19 -04:00
Added Arch repos, enabled lib32 + universe
This commit is contained in:
@@ -61,6 +61,8 @@ chown "$username":"$users" /home/"$username"/.bashrc
|
|||||||
|
|
||||||
# pacman configuration
|
# pacman configuration
|
||||||
curl https://raw.githubusercontent.com/rwinkhart/artix-install-script/main/config-files/"$device"pacman.conf -o /etc/pacman.conf
|
curl https://raw.githubusercontent.com/rwinkhart/artix-install-script/main/config-files/"$device"pacman.conf -o /etc/pacman.conf
|
||||||
|
pacman -Sy lib32-artix-archlinux-support --needed --noconfirm
|
||||||
|
pacman-key --populate archlinux
|
||||||
curl https://raw.githubusercontent.com/rwinkhart/artix-install-script/main/config-files/paru.conf -o /etc/paru.conf
|
curl https://raw.githubusercontent.com/rwinkhart/artix-install-script/main/config-files/paru.conf -o /etc/paru.conf
|
||||||
curl https://raw.githubusercontent.com/rwinkhart/artix-install-script/main/config-files/paccache-clean-hook -o /etc/pacman.d/hooks/paccache-clean.hook
|
curl https://raw.githubusercontent.com/rwinkhart/artix-install-script/main/config-files/paccache-clean-hook -o /etc/pacman.d/hooks/paccache-clean.hook
|
||||||
if [ "$gpu" == 'NVIDIA' ]; then
|
if [ "$gpu" == 'NVIDIA' ]; then
|
||||||
|
|||||||
@@ -84,15 +84,29 @@ Include = /etc/pacman.d/mirrorlist
|
|||||||
[galaxy]
|
[galaxy]
|
||||||
Include = /etc/pacman.d/mirrorlist
|
Include = /etc/pacman.d/mirrorlist
|
||||||
|
|
||||||
# If you want to run 32 bit applications on your x86_64 system,
|
|
||||||
# enable the lib32 repositories as required here.
|
|
||||||
|
|
||||||
#[lib32-gremlins]
|
#[lib32-gremlins]
|
||||||
#Include = /etc/pacman.d/mirrorlist
|
#Include = /etc/pacman.d/mirrorlist
|
||||||
|
|
||||||
#[lib32]
|
[lib32]
|
||||||
#Include = /etc/pacman.d/mirrorlist
|
Include = /etc/pacman.d/mirrorlist
|
||||||
|
|
||||||
|
[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/
|
||||||
|
|
||||||
|
[extra]
|
||||||
|
Include = /etc/pacman.d/mirrorlist-arch
|
||||||
|
|
||||||
|
[community]
|
||||||
|
Include = /etc/pacman.d/mirrorlist-arch
|
||||||
|
|
||||||
|
[multilib]
|
||||||
|
Include = /etc/pacman.d/mirrorlist-arch
|
||||||
|
|
||||||
[g14]
|
[g14]
|
||||||
SigLevel = DatabaseNever Optional TrustAll
|
SigLevel = DatabaseNever Optional TrustAll
|
||||||
Server = https://arch.asus-linux.org
|
Server = https://arch.asus-linux.org
|
||||||
|
|||||||
@@ -84,14 +84,28 @@ Include = /etc/pacman.d/mirrorlist
|
|||||||
[galaxy]
|
[galaxy]
|
||||||
Include = /etc/pacman.d/mirrorlist
|
Include = /etc/pacman.d/mirrorlist
|
||||||
|
|
||||||
# If you want to run 32 bit applications on your x86_64 system,
|
|
||||||
# enable the lib32 repositories as required here.
|
|
||||||
|
|
||||||
#[lib32-gremlins]
|
#[lib32-gremlins]
|
||||||
#Include = /etc/pacman.d/mirrorlist
|
#Include = /etc/pacman.d/mirrorlist
|
||||||
|
|
||||||
#[lib32]
|
[lib32]
|
||||||
#Include = /etc/pacman.d/mirrorlist
|
Include = /etc/pacman.d/mirrorlist
|
||||||
|
|
||||||
|
[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/
|
||||||
|
|
||||||
|
[extra]
|
||||||
|
Include = /etc/pacman.d/mirrorlist-arch
|
||||||
|
|
||||||
|
[community]
|
||||||
|
Include = /etc/pacman.d/mirrorlist-arch
|
||||||
|
|
||||||
|
[multilib]
|
||||||
|
Include = /etc/pacman.d/mirrorlist-arch
|
||||||
|
|
||||||
# An example of a custom package repository. See the pacman manpage for
|
# An example of a custom package repository. See the pacman manpage for
|
||||||
# tips on creating your own repositories.
|
# tips on creating your own repositories.
|
||||||
|
|||||||
Reference in New Issue
Block a user