From 2af2b9c34d5e85b8101bdb33ef326284752453b9 Mon Sep 17 00:00:00 2001 From: Phil Date: Thu, 2 Dec 2021 19:07:51 +0000 Subject: [PATCH] Missing rocky appearance in final catalog --- quickget | 2 ++ 1 file changed, 2 insertions(+) diff --git a/quickget b/quickget index 3553d22..51f82bd 100755 --- a/quickget +++ b/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