mirror of
https://github.com/the-sane/lug-helper.git
synced 2024-12-28 17:44:25 +00:00
Filter out some unneeded krok4ek runners
This commit is contained in:
parent
f9c85e277c
commit
2f4be46dc9
@ -1476,6 +1476,8 @@ download_select_install() {
|
|||||||
# Format for grep extended regex (ie: "word1|word2|word3")
|
# Format for grep extended regex (ie: "word1|word2|word3")
|
||||||
if [ "$download_type" = "runner" ] && [ "$contributor_name" = "GloriousEggroll" ]; then
|
if [ "$download_type" = "runner" ] && [ "$contributor_name" = "GloriousEggroll" ]; then
|
||||||
filter_keywords="lol|diablo"
|
filter_keywords="lol|diablo"
|
||||||
|
elif [ "$download_type" = "runner" ] && [ "$contributor_name" = "Kron4ek" ]; then
|
||||||
|
filter_keywords="x86|wow64"
|
||||||
else
|
else
|
||||||
filter_keywords="oh hi there. this is just placeholder text. how are you today?"
|
filter_keywords="oh hi there. this is just placeholder text. how are you today?"
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user