From c0f8b8c661c6cd3cffb6d87b2a6dbdcc4b29c8ef Mon Sep 17 00:00:00 2001 From: Nippy Date: Sun, 5 Jul 2026 11:54:31 +0200 Subject: fixed --- .../etc/calamares/modules/shellprocess-pacstrap.conf | 2 +- .../raveos-calamares-theme-2.0.0-27-any.pkg.tar.zst | Bin 9686262 -> 0 bytes ...aveos-calamares-theme-2.0.0-27-any.pkg.tar.zst.sig | Bin 119 -> 0 bytes raveos-keyring/PKGBUILD | 2 +- raveos-keyring/raveos-keyring.install | 2 ++ 5 files changed, 4 insertions(+), 2 deletions(-) delete mode 100644 raveos-calamares-theme/raveos-calamares-theme-2.0.0-27-any.pkg.tar.zst delete mode 100644 raveos-calamares-theme/raveos-calamares-theme-2.0.0-27-any.pkg.tar.zst.sig diff --git a/raveos-calamares-theme/etc/calamares/modules/shellprocess-pacstrap.conf b/raveos-calamares-theme/etc/calamares/modules/shellprocess-pacstrap.conf index 9e5f895..489ecc8 100644 --- a/raveos-calamares-theme/etc/calamares/modules/shellprocess-pacstrap.conf +++ b/raveos-calamares-theme/etc/calamares/modules/shellprocess-pacstrap.conf @@ -4,5 +4,5 @@ timeout: 3600 script: - command: "/usr/bin/pacman-key --init && /usr/bin/pacman-key --populate" name: "Initializing package signing keys..." - - command: "pacstrap ${ROOT} base base-devel linux-cachyos linux-cachyos-headers linux-firmware networkmanager iwd broadcom-wl-dkms wireless-regdb nano vim grub rsync efibootmgr bash-completion yay-bin dkms lsb-release mkinitcpio-openswap" + - command: "pacstrap ${ROOT} base base-devel linux-cachyos linux-cachyos-headers linux-firmware networkmanager iwd broadcom-wl-dkms wireless-regdb nano vim grub rsync efibootmgr bash-completion dkms lsb-release mkinitcpio-openswap" name: "Bootstrapping Arch Linux (Netinstall)..." diff --git a/raveos-calamares-theme/raveos-calamares-theme-2.0.0-27-any.pkg.tar.zst b/raveos-calamares-theme/raveos-calamares-theme-2.0.0-27-any.pkg.tar.zst deleted file mode 100644 index 54863bd..0000000 Binary files a/raveos-calamares-theme/raveos-calamares-theme-2.0.0-27-any.pkg.tar.zst and /dev/null differ diff --git a/raveos-calamares-theme/raveos-calamares-theme-2.0.0-27-any.pkg.tar.zst.sig b/raveos-calamares-theme/raveos-calamares-theme-2.0.0-27-any.pkg.tar.zst.sig deleted file mode 100644 index 400593a..0000000 Binary files a/raveos-calamares-theme/raveos-calamares-theme-2.0.0-27-any.pkg.tar.zst.sig and /dev/null differ diff --git a/raveos-keyring/PKGBUILD b/raveos-keyring/PKGBUILD index a73ff71..3fb78e4 100644 --- a/raveos-keyring/PKGBUILD +++ b/raveos-keyring/PKGBUILD @@ -1,6 +1,6 @@ pkgname=raveos-keyring pkgver=1.0.0 -pkgrel=1 +pkgrel=2 pkgdesc="RaveOS package signing keyring" arch=('any') url="https://raveos.local" diff --git a/raveos-keyring/raveos-keyring.install b/raveos-keyring/raveos-keyring.install index 7a8f592..713c131 100644 --- a/raveos-keyring/raveos-keyring.install +++ b/raveos-keyring/raveos-keyring.install @@ -1,7 +1,9 @@ post_install() { + pacman-key --init 2>/dev/null || true pacman-key --populate raveos } post_upgrade() { + pacman-key --init 2>/dev/null || true pacman-key --populate raveos } -- cgit v1.3