github.com/Night-mk/quorum@v21.1.0+incompatible/build/install-constellation-mac.sh (about) 1 #!/usr/bin/env bash 2 3 echo "Going into $HOME" 4 cd $HOME 5 6 echo "Cloning Constellation repo" 7 git clone https://github.com/jpmorganchase/constellation.git 8 9 cd constellation 10 11 echo "Running stack setup in $(pwd)" 12 stack setup 13 14 echo "Now installing Constellation from $(pwd)" 15 stack install