fixed pacman

This commit is contained in:
Sohrab Behdani 2024-09-28 15:11:21 +03:30
parent 85bb6c7bab
commit aea1bce036
6 changed files with 13 additions and 34 deletions

View file

@ -23,7 +23,7 @@ build_iso:
- cp base ~/artools-workspace/iso-profiles -r
- mkdir -p ~/.config/artools
- cp config/pacman.conf /usr/share/artools/pacman.conf.d/default.conf
- cp -r config/me* /etc/pacman.d/
- cp -r config/parch* /etc/pacman.d/
- ./build-iso.sh
- echo "Renaming the output ISO file"
- mv out/*.iso out/ParchLinux-$Desktop-latest.iso

View file

@ -1,3 +0,0 @@
# main server
Server = https://metis-os.github.io/repo-andromeda/$repo/os/$arch

View file

@ -1,3 +0,0 @@
# main server
Server = https://metis-os.github.io/repo-cosmic/$repo/os/$arch

View file

@ -1,7 +0,0 @@
# main server
Server = https://metis-os.github.io/repo-recon/$repo/os/$arch
# codedsprit's fork
Server = https://codedsprit.github.io/repo-recon/$repo/os/$arch

View file

@ -34,7 +34,8 @@ Architecture = auto
#NoProgressBar
CheckSpace
#VerbosePkgLists
ParallelDownloads = 8
ParallelDownloads = 5
ILoveCandy
# 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.
@ -72,18 +73,13 @@ LocalFileSigLevel = Optional
#[gremlins]
#Include = /etc/pacman.d/mirrorlist
[andromeda]
[ppr]
SigLevel = Optional TrustAll
Include = /etc/pacman.d/metis-mirrorlist-andromeda
Include = /etc/pacman.d/parch-mirrors
[cosmic]
[pcp]
SigLevel = Optional TrustAll
Include = /etc/pacman.d/metis-mirrorlist-cosmic
[recon]
SigLevel = Optional TrustAll
Include = /etc/pacman.d/metis-mirrorlist-recon
Include = /etc/pacman.d/parch-mirrors
[system]
Include = /etc/pacman.d/mirrorlist

View file

@ -34,7 +34,8 @@ Architecture = auto
#NoProgressBar
CheckSpace
#VerbosePkgLists
ParallelDownloads = 8
ParallelDownloads = 5
ILoveCandy
# 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.
@ -72,18 +73,13 @@ LocalFileSigLevel = Optional
#[gremlins]
#Include = /etc/pacman.d/mirrorlist
[andromeda]
[ppr]
SigLevel = Optional TrustAll
Include = /etc/pacman.d/metis-mirrorlist-andromeda
Include = /etc/pacman.d/parch-mirrors
[cosmic]
[pcp]
SigLevel = Optional TrustAll
Include = /etc/pacman.d/metis-mirrorlist-cosmic
[recon]
SigLevel = Optional TrustAll
Include = /etc/pacman.d/metis-mirrorlist-recon
Include = /etc/pacman.d/parch-mirrors
[system]
Include = /etc/pacman.d/mirrorlist