From e8bc4719d7fe8b0cea8d90e1acc973f47de4d9d5 Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Sun, 2 Nov 2025 10:02:06 -0700 Subject: [PATCH] faster git downdoots --- customscripts/install_script.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/customscripts/install_script.sh b/customscripts/install_script.sh index bb65816..9dbc4d7 100644 --- a/customscripts/install_script.sh +++ b/customscripts/install_script.sh @@ -102,7 +102,8 @@ if [ ! -z "$1" ]; then fi ### from main echo -e "\ndownloadin oniux code from main branch\n" - git clone --recursive https://gitlab.torproject.org/tpo/core/oniux -b main /tmp/oniux + ##### niec fast downdoot + git clone --recursive --single-branch --depth 1 -b main https://gitlab.torproject.org/tpo/core/oniux /tmp/oniux cd /tmp/oniux ### build it echo -e "\nbuildin and installin oniux\n"