From 4158e29023c0696aaa43155119b05dba89e89819 Mon Sep 17 00:00:00 2001 From: Maxython Date: Sun, 7 Jan 2024 00:53:13 +0300 Subject: [PATCH] test --- get-build-package.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/get-build-package.sh b/get-build-package.sh index 9abbe42a3..7d52f990b 100755 --- a/get-build-package.sh +++ b/get-build-package.sh @@ -2,7 +2,7 @@ # Script that installs build-package.sh to compile glibc packages -git clone https://github.com/termux/termux-packages.git +git clone -b improvement-build-package https://github.com/termux/termux-packages.git for i in build-package.sh clean.sh packages x11-packages scripts; do cp -r ./termux-packages/${i} ./