From a17a230dcccf89475571d61d02ae881a33b486a9 Mon Sep 17 00:00:00 2001 From: Vladislav Nepogodin Date: Fri, 15 Dec 2023 00:56:45 +0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A7=20config:=20cachepatch=20should=20?= =?UTF-8?q?be=20already=20set?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/config.cpp b/src/config.cpp index fb73c06..9b9e996 100644 --- a/src/config.cpp +++ b/src/config.cpp @@ -15,6 +15,7 @@ bool Config::initialize() noexcept { } s_config = std::make_unique(); if (s_config) { + s_config->m_data["cachepath"] = "/var/cache/pacman/pkg/"; s_config->m_data["hostcache"] = static_cast(!fs::exists("/run/miso/bootmnt")); s_config->m_data["menus"] = 2; s_config->m_data["POST_INSTALL"] = "";