diff options
author | Suleyman Farajli <suleyman@farajli.net> | 2024-07-20 20:18:30 +0400 |
---|---|---|
committer | Suleyman Farajli <suleyman@farajli.net> | 2024-07-20 20:18:30 +0400 |
commit | 73e31b79de25298a519671ef8b6c2ab68af9c87e (patch) | |
tree | fafbc2e405247cd1c9b1106d6346a5767071e14f /distros | |
parent | ac76d8699e3979353cd82136323e1e0afee4bba2 (diff) |
directory layout changed
Diffstat (limited to 'distros')
-rw-r--r-- | distros/arch-linux/pacman.conf | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/distros/arch-linux/pacman.conf b/distros/arch-linux/pacman.conf new file mode 100644 index 0000000..5f31540 --- /dev/null +++ b/distros/arch-linux/pacman.conf @@ -0,0 +1,23 @@ +[options] + +ILoveCandy + +HoldPkg = pacman glibc + +Architecture = auto + +CheckSpace + +VerbosePkgLists + +ParallelDownloads = 5 + +SigLevel = Required DatabaseOptional + +LocalFileSigLevel = Optional + +[core] +Include = /etc/pacman.d/mirrorlist + +[extra] +Include = /etc/pacman.d/mirrorlist |