Missing rocky appearance in final catalog
This commit is contained in:
parent
92878c27df
commit
2af2b9c34d
2
quickget
2
quickget
|
@ -1575,6 +1575,8 @@ else
|
||||||
releases_popos
|
releases_popos
|
||||||
elif [ "${OS}" == "regolith" ]; then
|
elif [ "${OS}" == "regolith" ]; then
|
||||||
releases_regolith
|
releases_regolith
|
||||||
|
elif [ "${OS}" == "rockylinux" ]; then
|
||||||
|
releases_rockylinux
|
||||||
elif [ "${OS}" == "solus" ]; then
|
elif [ "${OS}" == "solus" ]; then
|
||||||
releases_solus
|
releases_solus
|
||||||
elif [[ "${OS}" == *"ubuntu"* ]]; then
|
elif [[ "${OS}" == *"ubuntu"* ]]; then
|
||||||
|
|
Loading…
Reference in New Issue