arch/pkg/de-p1st-pacman/pacman.conf.holoscript

10 lines
212 B
Plaintext
Raw Normal View History

#!/bin/sh
# stdin: default config
# stdout: modified config
# Enable parallel downloads
sed 's|^#ParallelDownloads\s*=.*$|ParallelDownloads = 4|'
# Include de-p1st mirror
2021-04-29 14:24:28 +02:00
echo 'Include = /etc/pacman.d/de-p1st'