fixed oniux shit proper and finished checksum for windowz

This commit is contained in:
2026-08-10 21:06:05 -06:00
parent ee6a75de9a
commit 3425139b1f
3 changed files with 278 additions and 33 deletions
+1 -1
View File
@@ -115,7 +115,7 @@ if [ ! -z "$1" ]; then
echo -e "\nexisting oniux found, skipping\n"
else
echo -e "\nexisting oniux not found, installing\n"
cargo install --git https://gitlab.torproject.org/tpo/core/oniux --tag v0.6.1 oniux
cd /tmp && cargo install --git https://gitlab.torproject.org/tpo/core/oniux && cd - && echo -e '## Oniux/Cargo Shit\nPATH=$PATH:$HOME/.cargo/bin' >> ~/.bashrc && source ~/.bashrc && oniux curl https://canhazip.com
fi
else