From b4b811e9cd9f0af2fe64c49008da529b3d9c3116 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sun, 30 May 2021 08:47:10 +0000 Subject: [PATCH] trying remove libapache2-mod-php7.4 --- prepare-build.sh | 1 + start-build.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/prepare-build.sh b/prepare-build.sh index fb010ab..7f56f15 100644 --- a/prepare-build.sh +++ b/prepare-build.sh @@ -6,6 +6,7 @@ NC='\033[0m' # No Color #sudo apt-get install python #sudo apt-get install wiggle sudo apt-get install lftp +sudo apt-get remove --auto-remove libapache2-mod-php7.4 echo -e ${RED} -------- download bromite repo ${NC} git clone https://github.com/bromite/bromite diff --git a/start-build.sh b/start-build.sh index aff3852..7a12680 100644 --- a/start-build.sh +++ b/start-build.sh @@ -7,7 +7,7 @@ NC='\033[0m' # No Color # GITHUB_SHA=$(cat $GITHUB_EVENT_PATH | jq -r .pull_request.head.sha) #fi -sudo apt-get install -y libxkbcommon-x11-0 libxkbcommon-dev +#sudo apt-get install -y libxkbcommon-x11-0 libxkbcommon-dev echo -e ${RED} -------- set envs ${NC} PATH=$PWD/chromium/src/third_party/llvm-build/Release+Asserts/bin:$PWD/depot_tools/:/usr/local/go/bin:$PATH