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