Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Projets publics
Ravada-Mirror
Commits
c011d4dc
Commit
c011d4dc
authored
Feb 08, 2018
by
Francesc Guasch
Browse files
[#539] fixed 17.10 downloads
parent
9fe485da
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/Ravada.pm
View file @
c011d4dc
...
...
@@ -247,8 +247,9 @@ sub _update_isos {
,
arch
=>
'
amd64
'
,
xml
=>
'
yakkety64-amd64.xml
'
,
xml_volume
=>
'
yakkety64-volume.xml
'
,
md5_url
=>
'
http://archive.ubuntu.com/ubuntu/dists/artful/main/installer-amd64/current/images/MD5SUMS
'
,
url
=>
'
http://archive.ubuntu.com/ubuntu/dists/artful/main/installer-amd64/current/images/netboot/mini.iso
'
,
md5_url
=>
'
$url/../MD5SUMS
'
,
url
=>
'
http://archive.ubuntu.com/ubuntu/dists/artful/main/installer-amd64/current/images/netboot/
'
,
file_re
=>
'
mini.iso
'
,
rename_file
=>
'
xubuntu_artful.iso
'
}
,
xubuntu_zesty
=>
{
...
...
@@ -257,8 +258,9 @@ sub _update_isos {
,
arch
=>
'
amd64
'
,
xml
=>
'
yakkety64-amd64.xml
'
,
xml_volume
=>
'
yakkety64-volume.xml
'
,
md5_url
=>
'
http://archive.ubuntu.com/ubuntu/dists/zesty/main/installer-amd64/current/images/MD5SUMS
'
,
url
=>
'
http://archive.ubuntu.com/ubuntu/dists/zesty/main/installer-amd64/current/images/netboot/mini.iso
'
,
md5_url
=>
'
$url/../MD5SUMS
'
,
url
=>
'
http://archive.ubuntu.com/ubuntu/dists/zesty/main/installer-amd64/current/images/netboot
'
,
file_re
=>
'
mini.iso
'
,
rename_file
=>
'
xubuntu_zesty_mini.iso
'
}
,
xubuntu_xenial
=>
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment