mirror of
https://github.com/raspberrypi/rpi-update.git
synced 2026-01-20 21:13:38 +08:00
Fix stupidity (it'll be right this time, really)
This commit is contained in:
@@ -77,8 +77,8 @@ function update_sdk {
|
||||
}
|
||||
|
||||
function update_firmware {
|
||||
rm -rf ${FW_PATH}/arm_*.elf
|
||||
rm -rf ${FW_PATH}/loader.bin
|
||||
rm -rf ${FW_PATH}/*.elf
|
||||
rm -rf ${FW_PATH}/*.bin
|
||||
cp ${FW_REPOLOCAL}/*.elf "${FW_PATH}/"
|
||||
cp ${FW_REPOLOCAL}/*.bin "${FW_PATH}/"
|
||||
cp ${FW_REPOLOCAL}/*.dat "${FW_PATH}/"
|
||||
|
||||
Reference in New Issue
Block a user