Forgot to install the pgp file to rootfs

This commit is contained in:
2026-03-07 02:46:29 -08:00
parent 247d318f0f
commit 2d698e6643
+1
View File
@@ -11,6 +11,7 @@ if [[ "${ARCH}" == "arm64" || "${ARCH}" == "armhf" ]]; then
sed -i "s/RELEASE/${RELEASE}/g" "${ROOTFS_DIR}/etc/apt/sources.list.d/raspbian.sources"
sed -i "s/RELEASE/${RELEASE}/g" "${ROOTFS_DIR}/etc/apt/sources.list.d/raspi.sources"
install -m 644 files/raspberrypi-archive-keyring.pgp "${ROOTFS_DIR}/usr/share/keyrings/"
install -m 644 files/raspbian-archive-keyring.pgp "${ROOTFS_DIR}/usr/share/keyrings/"
else
# Add default debian sources until oxmc creates a mirror for debian sources
install -m 644 files/debian.sources "${ROOTFS_DIR}/etc/apt/sources.list.d/"