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