diff options
| author | Nippy <nippy@rp1.hu> | 2026-07-28 16:29:28 +0200 |
|---|---|---|
| committer | Nippy <nippy@rp1.hu> | 2026-07-28 16:29:28 +0200 |
| commit | 60973f87e140e0f370049f86bbce1e841f0416c5 (patch) | |
| tree | 44165fac889745cdbb5cd3c3f144f05ee2411950 /raveos-calamares-theme/etc | |
| parent | f75f64ad99a0c70b3a365c07ff513f341ba47b43 (diff) | |
| download | RaveOS-PKGBUILD-60973f87e140e0f370049f86bbce1e841f0416c5.tar.gz RaveOS-PKGBUILD-60973f87e140e0f370049f86bbce1e841f0416c5.zip | |
new settings
Diffstat (limited to 'raveos-calamares-theme/etc')
| -rw-r--r-- | raveos-calamares-theme/etc/calamares/modules/shellprocess-branding.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/raveos-calamares-theme/etc/calamares/modules/shellprocess-branding.conf b/raveos-calamares-theme/etc/calamares/modules/shellprocess-branding.conf index cb25e8f..b514d54 100644 --- a/raveos-calamares-theme/etc/calamares/modules/shellprocess-branding.conf +++ b/raveos-calamares-theme/etc/calamares/modules/shellprocess-branding.conf @@ -7,6 +7,7 @@ script: name: "Applying system identity..." - command: "cp /etc/pacman.conf ${ROOT}/etc/pacman.conf" - command: "cp /etc/pacman.d/chaotic-mirrorlist ${ROOT}/etc/pacman.d/chaotic-mirrorlist" + - command: "cp /etc/pacman.d/raveos-core-mirrorlist ${ROOT}/etc/pacman.d/raveos-core-mirrorlist" - command: "/usr/bin/pacman-key --recv-key 3056513887B78AEB --keyserver keyserver.ubuntu.com" - command: "/usr/bin/pacman-key --lsign-key 3056513887B78AEB" name: "Populating Chaotic-AUR keys" |