mirror of
https://github.com/mempool/mempool.git
synced 2025-01-17 18:52:34 +01:00
Fix missing fetch command in upgrade script
This commit is contained in:
parent
1e018a6aa5
commit
ca6df488c5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user