From 957ecdf3c5ea14792ccb5a828bb453a00be00f96 Mon Sep 17 00:00:00 2001 From: Kroese Date: Sat, 18 May 2024 13:34:20 +0200 Subject: [PATCH] Update install.sh --- src/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/install.sh b/src/install.sh index e3dd2cd..9c331b0 100644 --- a/src/install.sh +++ b/src/install.sh @@ -80,7 +80,7 @@ startInstall() { language="${language%%-*}" if [ -n "$language" ] && [[ "${language,,}" != "en" ]]; then - file="${VERSION/\//}.${language,,}.iso" + file="${VERSION/\//}_${language,,}.iso" fi fi