diff --git a/chrootInstall.sh b/chrootInstall.sh index c141130..c2ef51f 100755 --- a/chrootInstall.sh +++ b/chrootInstall.sh @@ -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 diff --git a/config-files/g14-pacman.conf b/config-files/g14-pacman.conf index fb36fa3..1afeb9d 100755 --- a/config-files/g14-pacman.conf +++ b/config-files/g14-pacman.conf @@ -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 diff --git a/config-files/pacman.conf b/config-files/pacman.conf index c6b9ea9..00d0e6e 100755 --- a/config-files/pacman.conf +++ b/config-files/pacman.conf @@ -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.