diff options
| -rw-r--r-- | raveos-calamares-theme/etc/calamares/modules/shellprocess-pacstrap.conf | 2 | ||||
| -rw-r--r-- | raveos-calamares-theme/raveos-calamares-theme-2.0.0-27-any.pkg.tar.zst | bin | 9686262 -> 0 bytes | |||
| -rw-r--r-- | raveos-calamares-theme/raveos-calamares-theme-2.0.0-27-any.pkg.tar.zst.sig | bin | 119 -> 0 bytes | |||
| -rw-r--r-- | raveos-keyring/PKGBUILD | 2 | ||||
| -rw-r--r-- | raveos-keyring/raveos-keyring.install | 2 |
5 files changed, 4 insertions, 2 deletions
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 Binary files differdeleted file mode 100644 index 54863bd..0000000 --- a/raveos-calamares-theme/raveos-calamares-theme-2.0.0-27-any.pkg.tar.zst +++ /dev/null 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 Binary files differdeleted file mode 100644 index 400593a..0000000 --- a/raveos-calamares-theme/raveos-calamares-theme-2.0.0-27-any.pkg.tar.zst.sig +++ /dev/null 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 } |