mirror of
https://github.com/CachyOS/New-Cli-Installer.git
synced 2025-02-02 22:07:13 +08:00
👷 add v4 repo during install
This commit is contained in:
parent
5551f2b7b4
commit
d7b55ccbce
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user