From f12e07a1eab007a52c08c3fe3f6b0c9ac31149f7 Mon Sep 17 00:00:00 2001 From: buildplan <170122315+buildplan@users.noreply.github.com> Date: Mon, 30 Jun 2025 11:28:22 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1e25b2a..8f1fa53 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ This script automates the initial setup and security hardening of a fresh Debian ### 1\. Download & Prepare Script ``` -wget https://raw.githubusercontent.com/buildplan/setup_harden_server/main/du_setup.sh +wget https://raw.githubusercontent.com/buildplan/du_setup/refs/heads/main/du_setup.sh chmod +x du_setup.sh ``` @@ -60,7 +60,7 @@ This command downloads the official checksum file and automatically compares it ``` # Download the official checksum file -wget https://raw.githubusercontent.com/buildplan/setup_harden_server/main/du_setup.sh.sha256 +wget https://raw.githubusercontent.com/buildplan/du_setup/refs/heads/main/du_setup.sh.sha256 # Run the check (it should output: du_setup.sh: OK) sha256sum -c du_setup.sh.sha256