From 5ba3a127aadb937766667a06315be1ba4a5aced5 Mon Sep 17 00:00:00 2001 From: Randall Winkhart Date: Wed, 4 Oct 2023 14:16:26 -0400 Subject: [PATCH] Updated pacman.conf to reflect repository migrations --- config-files/pacman.conf | 33 +++++++-------------------------- install.sh | 2 +- 2 files changed, 8 insertions(+), 27 deletions(-) diff --git a/config-files/pacman.conf b/config-files/pacman.conf index 00d0e6e..28b01a5 100644 --- a/config-files/pacman.conf +++ b/config-files/pacman.conf @@ -1,12 +1,9 @@ -# -# rwinkhart/artix-install-script 06/26/2022 +# rwinkhart/artix-install-script 10/04/2023 # /etc/pacman.conf -# + # See the pacman.conf(5) manpage for option and repository directives -# # GENERAL OPTIONS -# [options] # The following paths are commented out with their default values listed. # If you wish to use different paths, uncomment and update the paths. @@ -35,6 +32,7 @@ Color #NoProgressBar CheckSpace #VerbosePkgLists +#ParallelDownloads = 5 # By default, pacman accepts packages signed by keys that its local keyring # trusts (see pacman-key and its man page), as well as unsigned packages. @@ -46,7 +44,6 @@ LocalFileSigLevel = Optional # keyring can then be populated with the keys of all official Artix Linux # packagers with `pacman-key --populate artix`. -# # REPOSITORIES # - can be defined here or included from another file # - pacman will search repositories in the order defined here @@ -63,18 +60,16 @@ LocalFileSigLevel = Optional # # The header [repo-name] is crucial - it must be present and # uncommented to enable the repo. -# -# The gremlins repositories are disabled by default. To enable, uncomment the -# repo name header and Include lines. You can add preferred servers immediately -# after the header, and they will be used before the default mirrors. - -#[gremlins] +#[system-gremlins] #Include = /etc/pacman.d/mirrorlist [system] Include = /etc/pacman.d/mirrorlist +#[world-gremlins] +#Include = /etc/pacman.d/mirrorlist + [world] Include = /etc/pacman.d/mirrorlist @@ -90,14 +85,6 @@ Include = /etc/pacman.d/mirrorlist [lib32] 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 @@ -106,9 +93,3 @@ Server = https://ftp.crifo.org/artix-universe/ #[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. -#[custom] -#SigLevel = Optional TrustAll -#Server = file:///home/custompkgs diff --git a/install.sh b/install.sh index 4e6ae19..12d71d2 100755 --- a/install.sh +++ b/install.sh @@ -3,7 +3,7 @@ loadkeys us echo ---------------------------------------------------------------------------------------------- echo rwinkhart\'s artix install script -echo last updated september 09, 2023 +echo last updated october 04, 2023 echo ---------------------------------------------------------------------------------------------- echo You will be asked some questions before installation. echo -e "----------------------------------------------------------------------------------------------\n"