From 902eac4498bfaa3adbe91c316834a539da6c6767 Mon Sep 17 00:00:00 2001 From: Francesc Guasch Date: Mon, 13 Jan 2025 12:57:03 +0100 Subject: [PATCH] fix: removed missing Astra Linxu and wait one month before trying next year ISOs --- etc/repository/iso/ru/{astra.yml => astra.yml.old} | 0 lib/Ravada.pm | 1 + 2 files changed, 1 insertion(+) rename etc/repository/iso/ru/{astra.yml => astra.yml.old} (100%) diff --git a/etc/repository/iso/ru/astra.yml b/etc/repository/iso/ru/astra.yml.old similarity index 100% rename from etc/repository/iso/ru/astra.yml rename to etc/repository/iso/ru/astra.yml.old diff --git a/lib/Ravada.pm b/lib/Ravada.pm index e234ff7bf..94db1919e 100644 --- a/lib/Ravada.pm +++ b/lib/Ravada.pm @@ -352,6 +352,7 @@ sub _update_isos { my $field = 'name'; my @now = localtime(time); my $year = $now[5]+1900; + $year-- if $now[4]<2; my %data = ( androidx86 => { name => 'Android 8.1 x86'