From ae536570a45d5824593291cb7d81b0b7e1a070ec Mon Sep 17 00:00:00 2001 From: Ahmad Abu Yahia <45077440+software-ace@users.noreply.github.com> Date: Sat, 21 Oct 2023 18:46:22 +0300 Subject: [PATCH] Update batocera version in quickget As the quickget download the latest Batocera version only it's more convenient to use "latest" instead of old versions --- quickget | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quickget b/quickget index 0db9d1c..250fe38 100755 --- a/quickget +++ b/quickget @@ -399,7 +399,7 @@ function releases_fedora() { } function releases_batocera() { - echo 32 33 34 + echo latest } function editions_fedora() {