cleanup
This commit is contained in:
@@ -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/"
|
||||
|
||||
Reference in New Issue
Block a user