Skip to content

Instantly share code, notes, and snippets.

@mikecriggs
Created March 14, 2018 12:44
Show Gist options
  • Save mikecriggs/c060773da602331a88fb8abc0a96dd5f to your computer and use it in GitHub Desktop.
Save mikecriggs/c060773da602331a88fb8abc0a96dd5f to your computer and use it in GitHub Desktop.
#!/bin/bash
#
# Git clone OpenGapps
#
git clone git@github.com:opengapps/aosp_build.git -b master vendor/opengapps/build
git clone git@github.com:opengapps/all.git -b master vendor/opengapps/sources/all
git clone git@github.com:opengapps/arm.git -b master vendor/opengapps/sources/arm
git clone git@github.com: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