mirror of
https://github.com/rwinkhart/artix-install-script.git
synced 2026-08-28 04:46:27 -04:00
Disabled Arch repos by default
This commit is contained in:
@@ -71,8 +71,6 @@ chown "$username":"$users" /home/"$username"/.bashrc
|
||||
|
||||
# pacman configuration
|
||||
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/paccache-clean-hook -o /etc/pacman.d/hooks/paccache-clean.hook
|
||||
if [ "$gpu" == 'NVIDIA' ]; then
|
||||
|
||||
@@ -98,14 +98,14 @@ 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
|
||||
#[extra]
|
||||
#Include = /etc/pacman.d/mirrorlist-arch
|
||||
|
||||
[community]
|
||||
Include = /etc/pacman.d/mirrorlist-arch
|
||||
#[community]
|
||||
#Include = /etc/pacman.d/mirrorlist-arch
|
||||
|
||||
[multilib]
|
||||
Include = /etc/pacman.d/mirrorlist-arch
|
||||
#[multilib]
|
||||
#Include = /etc/pacman.d/mirrorlist-arch
|
||||
|
||||
[g14]
|
||||
SigLevel = DatabaseNever Optional TrustAll
|
||||
|
||||
@@ -98,14 +98,14 @@ 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
|
||||
#[extra]
|
||||
#Include = /etc/pacman.d/mirrorlist-arch
|
||||
|
||||
[community]
|
||||
Include = /etc/pacman.d/mirrorlist-arch
|
||||
#[community]
|
||||
#Include = /etc/pacman.d/mirrorlist-arch
|
||||
|
||||
[multilib]
|
||||
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
|
||||
# tips on creating your own repositories.
|
||||
|
||||
Reference in New Issue
Block a user