mirror of
https://github.com/Snigdha-OS/snigdhaos-arctic.git
synced 2025-09-21 03:55:04 +02:00
refactor: update
This commit is contained in:
@@ -1 +1 @@
|
|||||||
SnigdhaOS
|
SNIGDHAOS
|
||||||
|
@@ -15,7 +15,7 @@
|
|||||||
#LogFile = /var/log/pacman.log
|
#LogFile = /var/log/pacman.log
|
||||||
#GPGDir = /etc/pacman.d/gnupg/
|
#GPGDir = /etc/pacman.d/gnupg/
|
||||||
#HookDir = /etc/pacman.d/hooks/
|
#HookDir = /etc/pacman.d/hooks/
|
||||||
HoldPkg = pacman glibc
|
HoldPkg = pacman glibc
|
||||||
#XferCommand = /usr/bin/curl -L -C - -f -o %o %u
|
#XferCommand = /usr/bin/curl -L -C - -f -o %o %u
|
||||||
#XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
|
#XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
|
||||||
#CleanMethod = KeepInstalled
|
#CleanMethod = KeepInstalled
|
||||||
@@ -30,17 +30,15 @@ Architecture = auto
|
|||||||
|
|
||||||
# Misc options
|
# Misc options
|
||||||
#UseSyslog
|
#UseSyslog
|
||||||
Color
|
#Color
|
||||||
#NoProgressBar
|
#NoProgressBar
|
||||||
CheckSpace
|
CheckSpace
|
||||||
VerbosePkgLists
|
#VerbosePkgLists
|
||||||
ParallelDownloads = 8
|
ParallelDownloads = 5
|
||||||
ILoveCandy
|
|
||||||
DisableDownloadTimeout
|
|
||||||
|
|
||||||
# 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.
|
||||||
SigLevel = Required DatabaseOptional
|
SigLevel = Required DatabaseOptional
|
||||||
LocalFileSigLevel = Optional
|
LocalFileSigLevel = Optional
|
||||||
#RemoteFileSigLevel = Required
|
#RemoteFileSigLevel = Required
|
||||||
|
|
||||||
@@ -71,22 +69,26 @@ LocalFileSigLevel = Optional
|
|||||||
# repo name header and Include lines. You can add preferred servers immediately
|
# repo name header and Include lines. You can add preferred servers immediately
|
||||||
# after the header, and they will be used before the default mirrors.
|
# after the header, and they will be used before the default mirrors.
|
||||||
|
|
||||||
[snigdhaos-core]
|
|
||||||
SigLevel = Never
|
|
||||||
Server = https://snigdha-os.github.io/$repo/$arch
|
|
||||||
|
|
||||||
#[core-testing]
|
#[core-testing]
|
||||||
#Include = /etc/pacman.d/mirrorlist
|
#Include = /etc/pacman.d/mirrorlist
|
||||||
|
|
||||||
[core]
|
[core]
|
||||||
Include = /etc/pacman.d/mirrorlist
|
Include = /etc/pacman.d/mirrorlist
|
||||||
|
|
||||||
|
[snigdhaos-core]
|
||||||
|
SigLevel = Never
|
||||||
|
Include = /etc/pacman.d/snigdhaos-mirrorlist
|
||||||
|
|
||||||
#[extra-testing]
|
#[extra-testing]
|
||||||
#Include = /etc/pacman.d/mirrorlist
|
#Include = /etc/pacman.d/mirrorlist
|
||||||
|
|
||||||
[extra]
|
[extra]
|
||||||
Include = /etc/pacman.d/mirrorlist
|
Include = /etc/pacman.d/mirrorlist
|
||||||
|
|
||||||
|
[snigdhaos-extra]
|
||||||
|
SigLevel = Never
|
||||||
|
Include = /etc/pacman.d/snigdhaos-mirrorlist
|
||||||
|
|
||||||
# If you want to run 32 bit applications on your x86_64 system,
|
# If you want to run 32 bit applications on your x86_64 system,
|
||||||
# enable the multilib repositories as required here.
|
# enable the multilib repositories as required here.
|
||||||
|
|
||||||
@@ -101,3 +103,6 @@ Include = /etc/pacman.d/mirrorlist
|
|||||||
#[custom]
|
#[custom]
|
||||||
#SigLevel = Optional TrustAll
|
#SigLevel = Optional TrustAll
|
||||||
#Server = file:///home/custompkgs
|
#Server = file:///home/custompkgs
|
||||||
|
|
||||||
|
[chaotic-aur]
|
||||||
|
Include = /etc/pacman.d/chaotic-mirrorlist
|
||||||
|
@@ -54,7 +54,7 @@ xorg-server
|
|||||||
xorg-xinit
|
xorg-xinit
|
||||||
#################### SNIGDHA OS BASE ####################
|
#################### SNIGDHA OS BASE ####################
|
||||||
|
|
||||||
#################### SNIGHA OS NVIDIA ####################
|
#################### SNIGHA OS NVIDIA ###################
|
||||||
nvidia-dkms
|
nvidia-dkms
|
||||||
nvidia-utils
|
nvidia-utils
|
||||||
nvidia-settings
|
nvidia-settings
|
||||||
@@ -64,3 +64,14 @@ egl-wayland
|
|||||||
#################### SNIGDHA OS EXTRA ###################
|
#################### SNIGDHA OS EXTRA ###################
|
||||||
file-roller
|
file-roller
|
||||||
laptop-detect
|
laptop-detect
|
||||||
|
#################### SNIGDHA OS EXTRA ###################
|
||||||
|
|
||||||
|
################### SNIGHA OS CHAOTIC ###################
|
||||||
|
chaotic-keyring
|
||||||
|
chaotic-mirrorlist
|
||||||
|
################### SNIGHA OS CHAOTIC ###################
|
||||||
|
|
||||||
|
################### SNIGHA OS SELF ######################
|
||||||
|
rate-mirrors
|
||||||
|
snigdhaos-gnome-ui
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user