Update README to change the direct download link for the setup script from the main repository to a new URL, improving clarity for users accessing the script.

This commit is contained in:
2025-09-05 12:27:07 +01:00
parent 4f93cd529b
commit 420d8deddf

View File

@@ -7,7 +7,7 @@ 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"
wget -O setup.sh "https://del-c.net/deb12"
chmod +x setup.sh
sudo ./setup.sh
```