haywire.sh 419 B

123456789101112131415
  1. #!/bin/bash
  2. fw_installed haywire && return 0
  3. HAYWIRE_HOME=$IROOT/Haywire
  4. git clone https://github.com/kellabyte/Haywire.git
  5. cd $HAYWIRE_HOME
  6. git checkout e4d23b533c15ddc51966e439fa455eb764e0f555
  7. ./build.sh -c release
  8. echo "export HAYWIRE_HOME=${HAYWIRE_HOME}" >> $IROOT/haywire.installed
  9. echo -e "export PATH=\$HAYWIRE_HOME/builds/unix/release/:\$PATH" >> $IROOT/haywire.installed
  10. source $IROOT/haywire.installed