Skip to content

Commit

Permalink
refactor(downloads): proper URL for new updates
Browse files Browse the repository at this point in the history
  • Loading branch information
frankiejol committed Feb 12, 2021
1 parent 95ca688 commit d2d6d20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Ravada.pm
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ sub _update_isos {
,xml => 'focal_fossa-amd64.xml'
,xml_volume => 'focal_fossa64-volume.xml'
,url => 'http://releases.ubuntu.com/20.04/'
,file_re => '^ubuntu-20.04.\d+-desktop-amd64.iso'
,file_re => '^ubuntu-20.04.*-desktop-amd64.iso'
,sha256_url => '$url/SHA256SUMS'
,min_disk_size => '9'
}
Expand Down

0 comments on commit d2d6d20

Please sign in to comment.