From c5ea363d99e42421634c3c0297238ca4521b8fa4 Mon Sep 17 00:00:00 2001 From: buildplan Date: Mon, 30 Jun 2025 11:37:08 +0100 Subject: [PATCH] corrected links to repo files --- README.md | 2 +- du_setup.sh | 7 ++++--- du_setup.sh.sha256 | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 8f1fa53..c20891f 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ sha256sum du_setup.sh Compare the output hash to the one below. They must match exactly. -`86d08c58198c1b754329484f6bba79326d847649467851dfa89da250b3e6fd6b` +`6dff02b7c82316eea73f230dccd2c6138bef490e735e3c97e7af0a1286f00b16` ### 3\. Run the Script diff --git a/du_setup.sh b/du_setup.sh index 12a6a67..b232532 100644 --- a/du_setup.sh +++ b/du_setup.sh @@ -1,8 +1,9 @@ #!/bin/bash # Debian 12 and Ubuntu Server Hardening Interactive Script -# Version: 0.50 | 2025-06-30 +# Version: 0.51 | 2025-06-30 # Changelog: +# - v0.51: corrected repo links # - v0.50: versioning format change and repo name change # - v4.3: Add SHA256 integrity verification # - v4.2: Added Security Audit Tools (Integrating Lynis and Optionally Debsecan) & option to do Backup Testing @@ -16,14 +17,14 @@ # configurations, user management, SSH hardening, firewall setup, and optional features # like Docker and Tailscale and automated backups to Hetzner storage box or any rsync location. # It is designed to be idempotent, safe. -# README at GitHub: https://github.com/buildplan/setup_harden_server +# README at GitHub: https://github.com/buildplan/du_setup/blob/main/README.md # # Prerequisites: # - Run as root on a fresh Debian 12 or Ubuntu server (e.g., sudo ./du_setup.sh or run as root ./du_setup.sh). # - Internet connectivity is required for package installation. # # Usage: -# Download: wget https://raw.githubusercontent.com/buildplan/setup_harden_server/refs/heads/main/du_setup.sh +# Download: wget https://raw.githubusercontent.com/buildplan/du_setup/refs/heads/main/du_setup.sh # Make it executable: chmod +x du_setup.sh # Run it: sudo ./du_setup.sh [--quiet] # diff --git a/du_setup.sh.sha256 b/du_setup.sh.sha256 index fec7868..3ad6e4a 100644 --- a/du_setup.sh.sha256 +++ b/du_setup.sh.sha256 @@ -1 +1 @@ -86d08c58198c1b754329484f6bba79326d847649467851dfa89da250b3e6fd6b du_setup.sh +6dff02b7c82316eea73f230dccd2c6138bef490e735e3c97e7af0a1286f00b16 du_setup.sh