From 2f4be46dc966c130efe5b0b9b176e63ac344ce40 Mon Sep 17 00:00:00 2001 From: the-sane <3657071+the-sane@users.noreply.github.com> Date: Tue, 24 Sep 2024 23:02:43 -0400 Subject: [PATCH] Filter out some unneeded krok4ek runners --- lug-helper.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lug-helper.sh b/lug-helper.sh index 9fad6de..9855301 100755 --- a/lug-helper.sh +++ b/lug-helper.sh @@ -1476,6 +1476,8 @@ download_select_install() { # Format for grep extended regex (ie: "word1|word2|word3") if [ "$download_type" = "runner" ] && [ "$contributor_name" = "GloriousEggroll" ]; then filter_keywords="lol|diablo" + elif [ "$download_type" = "runner" ] && [ "$contributor_name" = "Kron4ek" ]; then + filter_keywords="x86|wow64" else filter_keywords="oh hi there. this is just placeholder text. how are you today?" fi