Update prepare-build.sh

This commit is contained in:
uazo
2022-08-01 10:16:21 +02:00
committed by GitHub
parent 406a5d83c2
commit 6e62f4a85d

View File

@@ -29,8 +29,8 @@ gclient root
mkdir ./src
cd ./src
#CHR_SOURCE=https://chromium.googlesource.com/chromium/src.git
CHR_SOURCE=https://github.com/chromium/chromium.git
CHR_SOURCE=https://chromium.googlesource.com/chromium/src.git
#CHR_SOURCE=https://github.com/chromium/chromium.git
git init
git remote add origin $CHR_SOURCE