From 04e7963080604ac00c18c8b0cd6174ddf23f763a Mon Sep 17 00:00:00 2001 From: Nick Trochalakis Date: Wed, 5 Feb 2025 01:57:14 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2a34805..93747d0 100644 --- a/README.md +++ b/README.md @@ -3,5 +3,5 @@ A repo for random small scripts/tools/things ## Dinopass ``` -curl https://raw.githubusercontent.com/Chewbaccalakis/random/refs/heads/main/dinopass | sudo tee /usr/bin/dinopass && sudo chmod +x /usr/bin/dinopass +curl https://raw.githubusercontent.com/Chewbaccalakis/random/refs/heads/main/dinopass | sudo tee /usr/local/bin/dinopass && sudo chmod +x /usr/local/bin/dinopass ```