From 608938ada8bb5dead55f4c94913d5c638564899e Mon Sep 17 00:00:00 2001 From: Kroese Date: Sun, 12 May 2024 19:33:20 +0200 Subject: [PATCH] fix: Add size info --- src/install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/install.sh b/src/install.sh index 3dfcdfe..16fb329 100644 --- a/src/install.sh +++ b/src/install.sh @@ -213,7 +213,8 @@ PAT="/$BASE.pat" rm -f "$PAT" SIZE=0 -[[ "$URL" == *"_69057.pat" ]] && SIZE=363837333 +[[ "${URL,,}" == *"_69057.pat" ]] && SIZE=363837333 +[[ "${URL,,}" == *"_42218.pat" ]] && SIZE=379637760 if [[ "$URL" == "file://"* ]]; then