From aa0f009924981f326611f350999eb6181d1af9d1 Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Sun, 2 Nov 2025 07:26:00 -0700 Subject: [PATCH] rifle buss --- customscripts/install_script.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/customscripts/install_script.sh b/customscripts/install_script.sh index b548d69..54cb236 100644 --- a/customscripts/install_script.sh +++ b/customscripts/install_script.sh @@ -94,7 +94,10 @@ if [ ! -z "$1" ]; then # cargo ## oniux echo -e "\nINSTALLIN TOR ONIUX\n" - cargo install --git https://gitlab.torproject.org/tpo/core/oniux --tag v0.6.1 oniux + git clone --recursive https://gitlab.torproject.org/tpo/core/oniux -b main /tmp/oniux + cd /tmp/oniux + cargo build + sudo mv ./target/debug/oniux /usr/local/bin/ # cleanup echo -e "\ncleanan upps\n" sudo apt autoremove -y