From 67a9ddf89f4e803f6626c77a7ce76612edf2519d 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 f55b26b186..ece98877f5 100755 --- a/quickget +++ b/quickget @@ -398,7 +398,7 @@ function releases_fedora() { } function releases_batocera() { - echo 32 33 34 + echo latest } function editions_fedora() {