From ac731e0aba8f2fdb3fb9eefcf2edbc255366fd5b Mon Sep 17 00:00:00 2001 From: Valeria Fadeeva Date: Tue, 16 May 2023 22:25:52 +0500 Subject: [PATCH] Update --- airootfs/etc/pamac.conf | 54 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 airootfs/etc/pamac.conf diff --git a/airootfs/etc/pamac.conf b/airootfs/etc/pamac.conf new file mode 100644 index 0000000..5db7858 --- /dev/null +++ b/airootfs/etc/pamac.conf @@ -0,0 +1,54 @@ +### Pamac configuration file + +## When removing a package, also remove those dependencies +## that are not required by other packages (recurse option): +RemoveUnrequiredDeps + +## How often to check for updates, value in hours (0 to disable): +RefreshPeriod = 6 + +## When no update is available, hide the tray icon: +#NoUpdateHideIcon + +## When applying updates, enable packages downgrade: +EnableDowngrade + +## When installing packages, do not check for updates: +#SimpleInstall + +## Allow Pamac to search and install packages from AUR: +EnableAUR + +## Keep built packages from AUR in cache after installation: +KeepBuiltPkgs + +## When AUR support is enabled check for updates from AUR: +#CheckAURUpdates + +## When check updates from AUR support is enabled check for vcs updates: +#CheckAURVCSUpdates + +## AUR build directory: +BuildDirectory = /var/tmp + +## Number of versions of each package to keep when cleaning the packages cache: +KeepNumPackages = 3 + +## Remove only the versions of uninstalled packages when cleaning the packages cache: +#OnlyRmUninstalled + +## Download updates in background: +#DownloadUpdates + +## Maximum Parallel Downloads: +MaxParallelDownloads = 4 + +#CheckFlatpakUpdates + +#EnableSnap + +#EnableFlatpak + + +#OfflineUpgrade +