github.com/filecoin-project/bacalhau@v0.3.23-0.20230228154132-45c989550ace/ops/update_bunker_servers.sh (about) 1 #!/bin/bash 2 set -xeuo pipefail 3 4 for NODE in {mind,node0{1..4}}.lukemarsden.net; do 5 ssh luke@$NODE -- "curl -sL https://get.bacalhau.org/install.sh | bash" 6 ssh luke@$NODE -- pkill bacalhau 7 done