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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user