Created
March 14, 2018 12:44
-
-
Save mikecriggs/c060773da602331a88fb8abc0a96dd5f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# | |
# Git clone OpenGapps | |
# | |
git clone [email protected]:opengapps/aosp_build.git -b master vendor/opengapps/build | |
git clone [email protected]:opengapps/all.git -b master vendor/opengapps/sources/all | |
git clone [email protected]:opengapps/arm.git -b master vendor/opengapps/sources/arm | |
git clone [email protected]:opengapps/arm64.git -b master vendor/opengapps/sources/arm64 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment