From 3aafb443109006e155a83c07efd44818e01a48db Mon Sep 17 00:00:00 2001 From: Austen Adler Date: Fri, 21 Sep 2018 00:18:00 -0400 Subject: [PATCH] Take and release wake lock --- build.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/build.sh b/build.sh index e6bd497..4026a41 100755 --- a/build.sh +++ b/build.sh @@ -1,5 +1,7 @@ #!/data/data/com.termux/files/usr/bin/bash set -ex +termux-wake-lock + apt update apt -y install make clang openssl-dev perl tsu wget git python python-dev gnupg dirmngr curl autoconf automake sed gettext gzip pkg-config libcrypt-dev @@ -96,3 +98,8 @@ borg create borg_test::1 borg borg list borg_test borg info borg_test::1 borg list borg_test::1 + +echo "Borg was successfully installed" + +#release wakelock +termux-wake-unlock