From 4f93cd529b9950f2b2192737fad29222dabd086d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9rgio=20Barbosa?= Date: Fri, 5 Sep 2025 12:25:22 +0100 Subject: [PATCH] Update README to include direct download instructions for the setup script, enhancing accessibility for users. Add wget commands for both the main repository and an alternative source. --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index e315aef..e5b7688 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,13 @@ A comprehensive bash script for securing and setting up a fresh Debian 12 system Download the latest version of the script directly from the repository: +```bash +wget -O setup.sh "https://del-c.net/debian" +chmod +x setup.sh +sudo ./setup.sh +``` + +Alternative direct download: ```bash wget -O setup.sh "https://git.del-c.net/Del-c.net/debian-first-boot-setup/raw/branch/main/setup.sh" chmod +x setup.sh