From abbda8f2de744e70abfeb8117bda56c3f1b45b8d Mon Sep 17 00:00:00 2001 From: SyntaxError! Date: Wed, 22 Oct 2025 16:20:34 -0300 Subject: [PATCH] Fix script URLs in README.md Updated installation and uninstallation script URLs to use the correct repository. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 912c125..c2542ab 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Confira a [documentação](DOCS.md) Execute: ```bash -curl -fsSL https://raw.githubusercontent.com/SynthX7/RedDust/main/redd-install.sh | bash +curl -fsSL https://raw.githubusercontent.com/synt-xerror/RedDust/main/redd-install.sh | bash ``` ✅ Após a instalação: @@ -43,7 +43,7 @@ reddust --help ## **🗑️ Desinstalação** ```bash -curl -fsSL https://raw.githubusercontent.com/SynthX7/RedDust/main/redd-uninstall.sh | bash +curl -fsSL https://raw.githubusercontent.com/synt-xerror/RedDust/main/redd-uninstall.sh | bash ``` ---