From b9f003a873338a7fe163660ab9a56346b7306c91 Mon Sep 17 00:00:00 2001 From: Kroese Date: Sun, 5 May 2024 20:19:57 +0200 Subject: [PATCH] Update install.sh --- src/install.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/install.sh b/src/install.sh index e50c6dd..13fe740 100644 --- a/src/install.sh +++ b/src/install.sh @@ -535,11 +535,9 @@ extractESD() { info "$msg" && html "$msg" local edition imageIndex imageEdition + edition=$(getCatalog "$version" "name") - edition=$(printVersion "$version" "") - edition="${edition/ (Evaluation)/}" - - if [ -z "$edition" ] || ! isESD "${version,,}"; then + if [ -z "$edition" ]; then error "Invalid VERSION specified, value \"$version\" is not recognized!" && return 1 fi