Update 'update'

This commit is contained in:
Jyotirmoy Bandyopadhayaya 2023-02-20 06:10:25 +00:00
parent 6e30be1352
commit f04eb776cb
1 changed files with 1 additions and 1 deletions

2
update
View File

@ -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