[ops] Add mononaut's fork repo to list of trusted repos

This commit is contained in:
wiz 2022-06-24 17:59:08 +09:00
parent 198c52fd5f
commit f30d26b83c
No known key found for this signature in database
GPG Key ID: A394E332255A6173

View File

@ -29,7 +29,7 @@ update_repo()
cd "$HOME/${site}" || exit 1
git fetch origin || exit 1
for remote in origin knorrium emzy nymkappa hunicus;do
for remote in origin hunicus mononaut;do
git remote add "${remote}" "https://github.com/${remote}/mempool" >/dev/null 2>&1
git fetch "${remote}" || exit 1
done