👷 add v4 repo during install

This commit is contained in:
Vladislav Nepogodin 2023-01-18 03:08:50 +04:00
parent 5551f2b7b4
commit d7b55ccbce
No known key found for this signature in database
GPG Key ID: B62C3D10C54D5DA9

View File

@ -1563,9 +1563,14 @@ Include = /etc/pacman.d/cachyos-v3-mirrorlist
[cachyos]
Include = /etc/pacman.d/cachyos-mirrorlist
)";
static constexpr auto CACHYOS_V4_REPO_STR = R"(
[cachyos-v4]
Include = /etc/pacman.d/cachyos-v4-mirrorlist
)";
add_arch_specific_repo("x86-64-v3", "cachyos-v3", isa_levels, CACHYOS_V3_REPO_STR);
add_arch_specific_repo("x86-64-v4", "cachyos-v4", isa_levels, CACHYOS_V4_REPO_STR);
}
bool handle_connection() noexcept {