dinglebrrs

This commit is contained in:
2025-11-02 07:47:46 -07:00
parent ef8122e401
commit 877ba97f72
+3 -1
View File
@@ -100,10 +100,12 @@ if [ ! -z "$1" ]; then
else else
echo -e "\nexisting oniux not found, skipping delete\n" echo -e "\nexisting oniux not found, skipping delete\n"
fi 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 git clone --recursive https://gitlab.torproject.org/tpo/core/oniux -b main /tmp/oniux
cd /tmp/oniux cd /tmp/oniux
### build it ### build it
echo -e "\nbuildin and installin oniux\n"
cargo build cargo build
### move it somewhere in PATH ### move it somewhere in PATH
sudo mv ./target/debug/oniux /usr/local/bin/ sudo mv ./target/debug/oniux /usr/local/bin/