diff --git a/rpi-eeprom-update b/rpi-eeprom-update index 5a70f70..c93e546 100755 --- a/rpi-eeprom-update +++ b/rpi-eeprom-update @@ -330,7 +330,7 @@ removePreviousUpdates() checkVersion() { getCurrentVersion - getLatestVersion + getUpdateVersion if [ "${UPDATE_VERSION}" -gt "${CURRENT_VERSION}" ]; then echo "*** UPDATE REQUIRED ***" printVersions "${CURRENT_VERSION}" "${UPDATE_VERSION}"