install.sh 258 B

123456789101112
  1. #!/usr/bin/env bash
  2. echo "开始更新依赖库"
  3. rm -r wxframework/
  4. rm -r sdk/
  5. rm -r nexus/
  6. git clone https://github.com/bmfe/WeexErosFramework.git "wxframework"
  7. git clone https://github.com/bmfe/eros-nexus.git "nexus"
  8. cd ../
  9. echo "依赖库更新完成"