netson/ubuntu-unattended

Version after 18.04.5 not available.

Closed this issue · 2 comments

Hi there, over in #61 I had asked about support for 20.04 + and it was indicated that the script should support this already. SO it seems like I may be running into an issue.

When I ran it, 18.04.5 was the latest release in the results. Any suggestions?

image

Am I doing something wrong?

Thank you.

Hey,

I noticed the same thing after trying the script this morning; after replacing egrep with grep everything seems to work fine again. If you checkout the latest master (commit 61f2002), you should see something similar to this:

 which ubuntu edition would you like to remaster:

 [1] Ubuntu 12.04.5 ("Precise Pangolin")
 [2] Ubuntu 14.04.1 ("Trusty Tahr")
 [3] Ubuntu 14.04.2 ("Trusty Tahr")
 [4] Ubuntu 14.04.3 ("Trusty Tahr")
 [5] Ubuntu 14.04.4 ("Trusty Tahr")
 [6] Ubuntu 14.04.5 ("Trusty Tahr")
 [7] Ubuntu 14.04 ("Trusty Tahr")
 [8] Ubuntu 14.04.6 ("Trusty Tahr")
 [9] Ubuntu 16.04.1 ("Xenial Xerus")
 [10] Ubuntu 16.04.2 ("Xenial Xerus")
 [11] Ubuntu 16.04.3 ("Xenial Xerus")
 [12] Ubuntu 16.04.4 ("Xenial Xerus")
 [13] Ubuntu 16.04.5 ("Xenial Xerus")
 [14] Ubuntu 16.04.6 ("Xenial Xerus")
 [15] Ubuntu 16.04 ("Xenial Xerus")
 [16] Ubuntu 16.04.7 ("Xenial Xerus")
 [17] Ubuntu 18.04.1.0 ("Bionic Beaver")
 [18] Ubuntu 18.04.1 ("Bionic Beaver")
 [19] Ubuntu 18.04.2 ("Bionic Beaver")
 [20] Ubuntu 18.04.3 ("Bionic Beaver")
 [21] Ubuntu 18.04.4 ("Bionic Beaver")
 [22] Ubuntu 18.04 ("Bionic Beaver")
 [23] Ubuntu 18.04.5 ("Bionic Beaver")
 [24] Ubuntu 20.04.1 ("Focal Fossa")

Let me know if this fixes your problem! :-)

All good.