From 877ba97f72ab8d8e121ed34e0eb4ed35e7516112 Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Sun, 2 Nov 2025 07:47:46 -0700 Subject: [PATCH] dinglebrrs --- customscripts/install_script.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/customscripts/install_script.sh b/customscripts/install_script.sh index 039116c..bb65816 100644 --- a/customscripts/install_script.sh +++ b/customscripts/install_script.sh @@ -100,10 +100,12 @@ if [ ! -z "$1" ]; then else echo -e "\nexisting oniux not found, skipping delete\n" fi - ### from main branch + ### 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 cd /tmp/oniux ### build it + echo -e "\nbuildin and installin oniux\n" cargo build ### move it somewhere in PATH sudo mv ./target/debug/oniux /usr/local/bin/