onion.sh 179 B

12345678910111213
  1. #!/bin/bash
  2. RETCODE=$(fw_exists onion)
  3. [ ! "$RETCODE" == 0 ] || { return 0; }
  4. git clone https://github.com/davidmoreno/onion.git
  5. cd onion
  6. mkdir -p build
  7. cd build
  8. cmake ..
  9. make