mirror of
https://github.com/CachyOS/New-Cli-Installer.git
synced 2025-01-23 14:32:22 +08:00
🚧 config: cachepatch should be already set
This commit is contained in:
parent
23e95bd0e5
commit
a17a230dcc
@ -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"] = "";
|
||||
|
Loading…
Reference in New Issue
Block a user