pmaports/device/device-raspberry-pi4/device-raspberry-pi4.post-install

5 lines
103 B
Text
Raw Normal View History

2019-12-28 16:49:12 +00:00
#!/bin/sh
cd /boot/dtbs-rpi4/
find . -type f -regex ".*\.dtbo\?$" -exec install -Dm644 {} /boot/{} \;