Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Outdated ISO download URL #11

Closed
dovry opened this issue Nov 20, 2018 · 2 comments
Closed

Outdated ISO download URL #11

dovry opened this issue Nov 20, 2018 · 2 comments
Assignees

Comments

@dovry
Copy link

dovry commented Nov 20, 2018

The URL to the .iso is outdated - something along the lines of this
should be implemented [see lines 68-78]

#get the latest versions of Ubuntu LTS

tmphtml=$tmp/tmphtml
rm $tmphtml >/dev/null 2>&1
wget -O $tmphtml 'http://releases.ubuntu.com/' >/dev/null 2>&1

prec=$(fgrep Precise $tmphtml | head -1 | awk '{print $3}')
trus=$(fgrep Trusty $tmphtml | head -1 | awk '{print $3}')
xenn=$(fgrep Xenial $tmphtml | head -1 | awk '{print $3}')
bion=$(fgrep Bionic $tmphtml | head -1 | awk '{print $3}')
@coreprocess coreprocess self-assigned this Nov 20, 2018
@coreprocess
Copy link
Owner

Thanks for your message. I will verify and fix the issue this week.

@coreprocess
Copy link
Owner

These scripts are entirely based on the netboot images. According to my tests, these images are available as before. The netboot approach installs the newest version of packages in always. In case I am extending the current script to support the server images too, I will consider your proposal.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants