This commit is contained in:
2026-03-07 04:48:53 -08:00
parent a7e6e0178d
commit 2f51d3d82a
-1
View File
@@ -11,7 +11,6 @@ if [ "${PLATFORM}" == "rpi" ]; 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/"