diff options
Diffstat (limited to 'raveos-calamares-theme/etc/calamares/modules/shellprocess-branding.conf')
| -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" |