mirror of
https://github.com/mempool/mempool.git
synced 2025-09-27 19:07:02 +02:00
Fix missing fetch command in upgrade script
This commit is contained in:
@@ -20,6 +20,7 @@ update_repo()
|
||||
echo "[*] Upgrading ${site} to ${REF}"
|
||||
cd "$HOME/${site}" || exit 1
|
||||
|
||||
git fetch origin || exit 1
|
||||
for remote in mempool MiguelMedeiros knorrium;do
|
||||
git remote add "${remote}" "https://github.com/${remote}/mempool" >/dev/null 2>&1
|
||||
git fetch "${remote}" || exit 1
|
||||
|
Reference in New Issue
Block a user