mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
Missing rocky appearance in final catalog
This commit is contained in:
parent
92878c27df
commit
2af2b9c34d
1 changed files with 2 additions and 0 deletions
2
quickget
2
quickget
|
@ -1575,6 +1575,8 @@ else
|
|||
releases_popos
|
||||
elif [ "${OS}" == "regolith" ]; then
|
||||
releases_regolith
|
||||
elif [ "${OS}" == "rockylinux" ]; then
|
||||
releases_rockylinux
|
||||
elif [ "${OS}" == "solus" ]; then
|
||||
releases_solus
|
||||
elif [[ "${OS}" == *"ubuntu"* ]]; then
|
||||
|
|
Loading…
Reference in a new issue