From 3d2a3fb5fde0abda8538443a60a8473c0efcc826 Mon Sep 17 00:00:00 2001 From: uazo <29201891+uazo@users.noreply.github.com> Date: Mon, 1 Aug 2022 13:10:25 +0200 Subject: [PATCH] try using github as source --- images/chr-source/prepare-build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/images/chr-source/prepare-build.sh b/images/chr-source/prepare-build.sh index 111da41..437a267 100644 --- a/images/chr-source/prepare-build.sh +++ b/images/chr-source/prepare-build.sh @@ -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