diff --git a/update b/update index fb42093..690bd7a 100755 --- a/update +++ b/update @@ -15,7 +15,7 @@ if [ ! -d "./.git" ]; then exit 1 fi git init --initial-branch=main - git remote add origin https://github.com/chaotic-aur/docker-mirror + git remote add origin https://git.itsmebravo.dev/bravo68web/docker-mirror git fetch git reset --hard origin/main elif [ ! -f ./custom.diff ]; then