diff --git a/update-repo.sh b/update-repo.sh index 469619a..c0ec1c6 100755 --- a/update-repo.sh +++ b/update-repo.sh @@ -126,7 +126,7 @@ checkUpdates() { continue 1 fi - reg="(kodi-addon-game-libretro).+-((debug))" + reg="(kodi-addon-game).+-((debug))" if [[ $name =~ $reg ]]; then echo -e "\nSkipping $name ($version, default exception)." continue 1