From b35b60fd9fa2014b7a889d4cb776b748eabac257 Mon Sep 17 00:00:00 2001 From: zenobit Date: Sat, 8 Mar 2025 13:19:01 +0100 Subject: [PATCH] Update quickget --- quickget | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/quickget b/quickget index 374f011..8127fcb 100755 --- a/quickget +++ b/quickget @@ -261,15 +261,10 @@ function csv_data() { fi for OS in $(os_support); do + . "actions/${OS}" local EDITIONS="" DISPLAY_NAME="${PRETTY}" - case ${OS} in - *ubuntu-server*) FUNC="ubuntu-server";; - *ubuntu*) FUNC="ubuntu";; - *) FUNC="${OS}";; - esac - PNG="https://quickemu-project.github.io/quickemu-icons/png/${FUNC}/${FUNC}-quickemu-white-pinkbg.png" SVG="https://quickemu-project.github.io/quickemu-icons/svg/${FUNC}/${FUNC}-quickemu-white-pinkbg.svg"