Fixed the lack of warning when a non trusted SSL certificate is found if the user...
[pub/Android/ownCloud.git] / setup_env.sh
1 #!/bin/bash
2
3 git submodule init
4 git submodule update
5 android update project -p actionbarsherlock/library
6 android update project -p .
7