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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

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