mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
make OpenBSD release list dynamic (#574)
* make OpenBSD release list dynamic * Regenerated docs for 4.4 Release README and man pages regenerated incorporating documentation updates from Release 4.4 * FreeBSD 13.1 released Release avaiability made dynamic
This commit is contained in:
parent
61772a5b89
commit
7dee1a37db
1 changed files with 2 additions and 1 deletions
3
quickget
Executable file → Normal file
3
quickget
Executable file → Normal file
|
@ -428,7 +428,8 @@ function editions_nixos(){
|
|||
}
|
||||
|
||||
function releases_openbsd(){
|
||||
echo 6.8 6.9 7.0 7.1 7.2
|
||||
local OBSD_RELEASES=$(curl -sL https://mirror.leaseweb.com/pub/OpenBSD/|grep -e '6\.[8-9]/' -e '[7-9]\.'|cut -d\" -f4|tr -d '/')
|
||||
echo ${OBSD_RELEASES}
|
||||
}
|
||||
|
||||
function releases_opensuse(){
|
||||
|
|
Loading…
Reference in a new issue