summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNippy <nippy@rp1.hu>2026-07-05 11:54:31 +0200
committerNippy <nippy@rp1.hu>2026-07-05 11:54:31 +0200
commitc0f8b8c661c6cd3cffb6d87b2a6dbdcc4b29c8ef (patch)
treef4ef11b44c5ad8d6015751269e70eebb5c17f076
parentf2f35cd13384ecbe66c48cb66864f0ad9a35ef7a (diff)
downloadRaveOS-PKGBUILD-c0f8b8c661c6cd3cffb6d87b2a6dbdcc4b29c8ef.tar.gz
RaveOS-PKGBUILD-c0f8b8c661c6cd3cffb6d87b2a6dbdcc4b29c8ef.zip
fixed
-rw-r--r--raveos-calamares-theme/etc/calamares/modules/shellprocess-pacstrap.conf2
-rw-r--r--raveos-calamares-theme/raveos-calamares-theme-2.0.0-27-any.pkg.tar.zstbin9686262 -> 0 bytes
-rw-r--r--raveos-calamares-theme/raveos-calamares-theme-2.0.0-27-any.pkg.tar.zst.sigbin119 -> 0 bytes
-rw-r--r--raveos-keyring/PKGBUILD2
-rw-r--r--raveos-keyring/raveos-keyring.install2
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
deleted file mode 100644
index 54863bd..0000000
--- a/raveos-calamares-theme/raveos-calamares-theme-2.0.0-27-any.pkg.tar.zst
+++ /dev/null
Binary files 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
--- a/raveos-calamares-theme/raveos-calamares-theme-2.0.0-27-any.pkg.tar.zst.sig
+++ /dev/null
Binary files 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
}