diff --git a/rpi-update b/rpi-update index 95678be..90c3e73 100755 --- a/rpi-update +++ b/rpi-update @@ -236,8 +236,8 @@ function update_firmware { cp "${FW_REPOLOCAL}/"*.elf "${FW_PATH}/" cp "${FW_REPOLOCAL}/"*.dat "${FW_PATH}/" else - cp "${FW_REPOLOCAL}/"start[^4]*.elf "${FW_PATH}/" - cp "${FW_REPOLOCAL}/"fixup[^4]*.dat "${FW_PATH}/" + cp "${FW_REPOLOCAL}/"start{,[^4]*}.elf "${FW_PATH}/" + cp "${FW_REPOLOCAL}/"fixup{,[^4]*}.dat "${FW_PATH}/" fi cp "${FW_REPOLOCAL}/"*.bin "${FW_PATH}/" if [[ ${SKIP_KERNEL} -eq 0 ]]; then