Updated pacman.conf to reflect repository migrations

This commit is contained in:
2023-10-04 14:16:26 -04:00
parent 41fd9d9f02
commit 5ba3a127aa
2 changed files with 8 additions and 27 deletions
+7 -26
View File
@@ -1,12 +1,9 @@
# # rwinkhart/artix-install-script 10/04/2023
# rwinkhart/artix-install-script 06/26/2022
# /etc/pacman.conf # /etc/pacman.conf
#
# See the pacman.conf(5) manpage for option and repository directives # See the pacman.conf(5) manpage for option and repository directives
#
# GENERAL OPTIONS # GENERAL OPTIONS
#
[options] [options]
# The following paths are commented out with their default values listed. # The following paths are commented out with their default values listed.
# If you wish to use different paths, uncomment and update the paths. # If you wish to use different paths, uncomment and update the paths.
@@ -35,6 +32,7 @@ Color
#NoProgressBar #NoProgressBar
CheckSpace CheckSpace
#VerbosePkgLists #VerbosePkgLists
#ParallelDownloads = 5
# By default, pacman accepts packages signed by keys that its local keyring # 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. # 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 # keyring can then be populated with the keys of all official Artix Linux
# packagers with `pacman-key --populate artix`. # packagers with `pacman-key --populate artix`.
#
# REPOSITORIES # REPOSITORIES
# - can be defined here or included from another file # - can be defined here or included from another file
# - pacman will search repositories in the order defined here # - 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 # The header [repo-name] is crucial - it must be present and
# uncommented to enable the repo. # uncommented to enable the repo.
#
# The gremlins repositories are disabled by default. To enable, uncomment the #[system-gremlins]
# 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]
#Include = /etc/pacman.d/mirrorlist #Include = /etc/pacman.d/mirrorlist
[system] [system]
Include = /etc/pacman.d/mirrorlist Include = /etc/pacman.d/mirrorlist
#[world-gremlins]
#Include = /etc/pacman.d/mirrorlist
[world] [world]
Include = /etc/pacman.d/mirrorlist Include = /etc/pacman.d/mirrorlist
@@ -90,14 +85,6 @@ 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] #[extra]
#Include = /etc/pacman.d/mirrorlist-arch #Include = /etc/pacman.d/mirrorlist-arch
@@ -106,9 +93,3 @@ Server = https://ftp.crifo.org/artix-universe/
#[multilib] #[multilib]
#Include = /etc/pacman.d/mirrorlist-arch #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
+1 -1
View File
@@ -3,7 +3,7 @@
loadkeys us loadkeys us
echo ---------------------------------------------------------------------------------------------- echo ----------------------------------------------------------------------------------------------
echo rwinkhart\'s artix install script echo rwinkhart\'s artix install script
echo last updated september 09, 2023 echo last updated october 04, 2023
echo ---------------------------------------------------------------------------------------------- echo ----------------------------------------------------------------------------------------------
echo You will be asked some questions before installation. echo You will be asked some questions before installation.
echo -e "----------------------------------------------------------------------------------------------\n" echo -e "----------------------------------------------------------------------------------------------\n"