From 28df0408467604c44db8355041134a725cd97558 Mon Sep 17 00:00:00 2001 From: imbroglius <163344413+imbroglius@users.noreply.github.com> Date: Mon, 26 Aug 2024 17:01:57 +0200 Subject: [PATCH] Update build.sh --- build.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/build.sh b/build.sh index 2db435e8..8492bcd4 100755 --- a/build.sh +++ b/build.sh @@ -32,6 +32,12 @@ syncRepos() { echo } +clonePriv() { + echo "Import signing keys if you want" + read -p "You have now 4 minutes to clone your signing keys, then press any key to continue. Else, the script will terminate." -t 240 +} + + applyPatches() { echo "--> Applying TrebleDroid patches" bash $BL/patch.sh $BL trebledroid @@ -135,6 +141,7 @@ START=$(date +%s) initRepos syncRepos +clonePriv applyPatches setupEnv buildTrebleApp