diff --git a/audiogame-manager.sh b/audiogame-manager.sh index bd3edfd..f4d53b6 100755 --- a/audiogame-manager.sh +++ b/audiogame-manager.sh @@ -69,7 +69,7 @@ check_news() { # Automatic update function update() { local url="$(git ls-remote --get-url)" - if [[ "$url" =~ ^ssh://|git@ ]] || [[ -z "$url" ]]; then + if [[ "$url" =~ ^ssh://|git@|gitea@ ]] || [[ -z "$url" ]]; then return fi git remote update &> /dev/null