🚧 config: cachepatch should be already set

This commit is contained in:
Vladislav Nepogodin 2023-12-15 00:56:45 +04:00
parent 23e95bd0e5
commit a17a230dcc
No known key found for this signature in database
GPG Key ID: B62C3D10C54D5DA9

View File

@ -15,6 +15,7 @@ bool Config::initialize() noexcept {
}
s_config = std::make_unique<Config>();
if (s_config) {
s_config->m_data["cachepath"] = "/var/cache/pacman/pkg/";
s_config->m_data["hostcache"] = static_cast<std::int32_t>(!fs::exists("/run/miso/bootmnt"));
s_config->m_data["menus"] = 2;
s_config->m_data["POST_INSTALL"] = "";