weber.sh 287 B

12345678910111213
  1. #!/bin/bash
  2. #echo "WARN: Weber is not working"
  3. #return 1
  4. fw_exists weber
  5. [ $? -ne 0 ] || { return 0; }
  6. git clone https://github.com/elixir-web/weber.git
  7. # To get the two make commands working, we need to hard code the path for elixir's "mix"
  8. cd weber
  9. make
  10. bash -i -c 'sudo make test'