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.

This commit is contained in:
2025-09-05 12:25:22 +01:00
parent 0f4dedf424
commit 4f93cd529b

View File

@@ -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