Change-Id: I59e1f7533d59d5dec8252baea6410d1ddc83398b
mkdir -p ~/android/lineage/${VERSION}
cd ~/android/lineage/${VERSION}
if [ ${VERSION} = '14.1' ]; then
- repo init -u git://github.com/LineageOS/android.git -b cm-${VERSION}
+ repo init -u https://github.com/LineageOS/android.git -b cm-${VERSION}
else
- repo init -u git://github.com/LineageOS/android.git -b lineage-${VERSION}
+ repo init -u https://github.com/LineageOS/android.git -b lineage-${VERSION}
fi
fi
rm -rf .repo/local_manifests/*