From 2f313c768467cf585ef401b1e04be4c1c47c107d Mon Sep 17 00:00:00 2001 From: Alexandre CATTEAU Date: Sat, 8 Mar 2025 10:42:48 +0100 Subject: [PATCH] Add doomsday-debug to exceptions --- update-repo.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/update-repo.sh b/update-repo.sh index 75ba742..d6398fa 100755 --- a/update-repo.sh +++ b/update-repo.sh @@ -144,6 +144,12 @@ checkUpdates() { continue 1 fi + reg="(doomsday-debug)" + if [[ $name =~ $reg ]]; then + echo -e "\nSkipping $name ($version, default exception)." + continue 1 + fi + if echo $exlist | grep -w $name > /dev/null; then echo -e "\nSkipping $name ($version, temporary exception)." continue 1