From 8de587281eed7744dfda387ccf0e01f684c3265c Mon Sep 17 00:00:00 2001 From: uazo <29201891+uazo@users.noreply.github.com> Date: Mon, 6 Dec 2021 14:31:09 +0100 Subject: [PATCH] reapply Automated-domain-substitution.patch --- images/bromite-source/apply-bromite-patches.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/images/bromite-source/apply-bromite-patches.sh b/images/bromite-source/apply-bromite-patches.sh index 57c54a9..415fd96 100644 --- a/images/bromite-source/apply-bromite-patches.sh +++ b/images/bromite-source/apply-bromite-patches.sh @@ -10,10 +10,10 @@ cd chromium/src echo -e ${RED} ------- apply patchs ${NC} for file in $(cat ../../bromite/build/bromite_patches_list.txt) ; do - if [[ "$file" == *"Automated-domain-substitution"* ]]; then - echo -e ${RED} " -> Excluding $file" ${NC} - continue - fi + #if [[ "$file" == *"Automated-domain-substitution"* ]]; then + # echo -e ${RED} " -> Excluding $file" ${NC} + # continue + #fi echo -e ${RED} " -> Apply $file" ${NC}