Add editions to FreeBSD to support disc1 and dvd1. Closes #383

This commit is contained in:
Martin Wimpress 2022-02-23 11:18:41 +00:00
parent ddae16280f
commit 19d62c45f2
No known key found for this signature in database
GPG key ID: 61DF940515E06DA3

View file

@ -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
}