faster git downdoots

This commit is contained in:
2025-11-02 10:02:06 -07:00
parent 877ba97f72
commit e8bc4719d7
+2 -1
View File
@@ -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"