Skip to content

Commit

Permalink
Mint 18.02 deleted (#2043)
Browse files Browse the repository at this point in the history
Mint 18.02 deleted
  • Loading branch information
aadrri authored Apr 23, 2024
1 parent 05403cb commit dea3abb
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions lib/Ravada.pm
Original file line number Diff line number Diff line change
Expand Up @@ -463,19 +463,7 @@ sub _update_isos {
,arch => 'x86_64'
}

,serena64 => {
name => 'Mint 18.1 Mate 64 bits'
,description => 'Mint Serena 18.1 with Mate Desktop based on Ubuntu Xenial 64 bits'
,arch => 'x86_64'
,xml => 'xenial64-amd64.xml'
,xml_volume => 'xenial64-volume.xml'
,url => 'https://mirrors.edge.kernel.org/linuxmint/stable/18.3'
,file_re => 'linuxmint-18.3-mate-64bit.iso'
,md5_url => ''
,md5 => 'c5cf5c5d568e2dfeaf705cfa82996d93'
,min_disk_size => '10'

}

,mint20_64 => {
name => 'Mint 20 Mate 64 bits'
,description => 'Mint Ulyana 20 with Mate Desktop 64 bits'
Expand Down Expand Up @@ -1477,6 +1465,8 @@ sub _remove_old_isos {

,"DELETE FROM iso_images "
." WHERE name like 'Alpine%3.8%'"
,"DELETE FROM iso_images "
." WHERE name like 'Mint 18.1 Mate 64 bits'"
) {
my $sth = $CONNECTOR->dbh->prepare($sql);
$sth->execute();
Expand Down

0 comments on commit dea3abb

Please sign in to comment.