Forgot to install the pgp file to rootfs
This commit is contained in:
@@ -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/"
|
||||
|
||||
Reference in New Issue
Block a user