Skip to content

Commit

Permalink
fix: removed missing Astra Linxu and wait one month before trying nex…
Browse files Browse the repository at this point in the history
…t year ISOs
  • Loading branch information
frankiejol committed Jan 13, 2025
1 parent ed023e4 commit 902eac4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
File renamed without changes.
1 change: 1 addition & 0 deletions lib/Ravada.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 902eac4

Please sign in to comment.