mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
Add editions to FreeBSD to support disc1 and dvd1. Closes #383
This commit is contained in:
parent
ddae16280f
commit
19d62c45f2
1 changed files with 4 additions and 0 deletions
4
quickget
4
quickget
|
@ -274,6 +274,10 @@ function releases_freebsd(){
|
|||
echo 12.2 12.3 13.0
|
||||
}
|
||||
|
||||
function editions_freebsd(){
|
||||
echo disc1 dvd1
|
||||
}
|
||||
|
||||
function releases_garuda() {
|
||||
echo 220131
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue