Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion raspi-config
Original file line number Diff line number Diff line change
Expand Up @@ -1958,7 +1958,7 @@ get_bootloader_filename() {
done
if [ $EXACT_MATCH != 1 ]; then
if [ "$INTERACTIVE" = True ]; then
whiptail --yesno "Current EEPROM version $(date -d $CURDATE +%Y-%m-%d) or newer not found.\n\nTry updating the rpi-eeprom APT package.\n\nInstall latest local $(basename $FILNAME) anyway?" 20 70 3
whiptail --yesno "Current EEPROM version $(date -d $CURDATE +%Y-%m-%d) not found.\n\nUpdates are available via the rpi-eeprom APT package.\n\nInstall latest local version $(basename $FILNAME)?" 20 70 3
DEFAULTS=$?
if [ "$DEFAULTS" -ne 0 ]; then
FILNAME="none" # no
Expand Down