Merge pull request #1918 from mempool/wiz/add-mononaut-repo-to-build-script
[ops] Add mononaut's fork repo to list of trusted repos
This commit is contained in:
		
						commit
						551a1bc6b4
					
				@ -29,7 +29,7 @@ update_repo()
 | 
				
			|||||||
    cd "$HOME/${site}" || exit 1
 | 
					    cd "$HOME/${site}" || exit 1
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    git fetch origin || 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 remote add "${remote}" "https://github.com/${remote}/mempool" >/dev/null 2>&1
 | 
				
			||||||
        git fetch "${remote}" || exit 1
 | 
					        git fetch "${remote}" || exit 1
 | 
				
			||||||
    done
 | 
					    done
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user