From 067d7cd431f2ff6c57c5a707760af0cb27e778e6 Mon Sep 17 00:00:00 2001 From: Mohsen Azimi Date: Fri, 17 Jan 2025 10:21:04 +0700 Subject: [PATCH] Release under bodo.run --- README.md | 4 ++-- cargo.toml | 4 ++-- scripts/install_stop_nagging.sh | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 4bb07b6..9c2e225 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Head over to [`tools.yaml`](tools.yaml) to see the list of supported tools. ### Quick Install ```bash -curl -s https://raw.githubusercontent.com/mohsen1/stop-nagging/main/scripts/install_stop_nagging.sh | bash +curl -s https://raw.githubusercontent.com/bodo-run/stop-nagging/main/scripts/install_stop_nagging.sh | bash ``` Then add `~/.local/bin` to your PATH if not already. @@ -28,7 +28,7 @@ Then add `~/.local/bin` to your PATH if not already. 1. Ensure Rust is installed 2. Clone the repository: ```bash - git clone https://github.com/mohsen1/stop-nagging + git clone https://github.com/bodo-run/stop-nagging ``` 3. Build and install: ```bash diff --git a/cargo.toml b/cargo.toml index 158e10a..8134a23 100644 --- a/cargo.toml +++ b/cargo.toml @@ -2,9 +2,9 @@ name = "stop-nagging" version = "0.1.0" edition = "2021" -description = "A CLI tool to silence or disable upgrade/advertising nags from various JS ecosystem tools." +description = "A CLI tool to silence or disable upgrade/advertising nags from various development tools and CLIs." license = "MIT" -repository = "https://github.com/mohsen1/stop-nagging" +repository = "https://github.com/bodo-run/stop-nagging" [dependencies] serde = { version = "1.0", features = ["derive"] } diff --git a/scripts/install_stop_nagging.sh b/scripts/install_stop_nagging.sh index 37578ec..1169fe6 100644 --- a/scripts/install_stop_nagging.sh +++ b/scripts/install_stop_nagging.sh @@ -3,9 +3,9 @@ set -e # This script installs stop-nagging locally. # Usage: -# curl -s https://raw.githubusercontent.com/mohsen1/stop-nagging/main/scripts/install_stop_nagging.sh | bash +# curl -s https://raw.githubusercontent.com/bodo-run/stop-nagging/main/scripts/install_stop_nagging.sh | bash -REPO_URL="https://github.com/mohsen1/stop-nagging" +REPO_URL="https://github.com/bodo-run/stop-nagging" INSTALL_DIR="$HOME/.local/bin" if [[ ! -d "$INSTALL_DIR" ]]; then