pmaports/device/device-raspberry-pi4/device-raspberry-pi4.post-install
2020-01-03 03:16:17 +01:00

4 lines
103 B
Bash

#!/bin/sh
cd /boot/dtbs-rpi4/
find . -type f -regex ".*\.dtbo\?$" -exec install -Dm644 {} /boot/{} \;