downgrade.conf
- configuration file for downgrade
/etc/xdg/downgrade/downgrade.conf
Command-line options to use for all invocations of downgrade
my be persisted
in the file /etc/xdg/downgrade/downgrade.conf
. These options are applied
first, before options passed on the actual command-line.
Options (and their argument(s)) should be placed one per line. Empty lines, or
those prefixed by #
are ignored.
To use an alternative package cache, e.g. yay(1)'s cache:
# /etc/xdg/downgrade/downgrade.conf
--pacman-cache /home/me/.cache/yay
--maxdepth 2
To use an alternative source, e.g. for 32-bit packages:
# /etc/xdg/downgrade/downgrade.conf
--ala-url https://archive.archlinux32.org