mirror of
https://github.com/buildplan/du_setup.git
synced 2025-12-17 17:55:35 +00:00
Update README.md
This commit is contained in:
parent
7f8c177ed2
commit
0ce32397e8
17
README.md
17
README.md
@ -50,6 +50,15 @@ wget https://raw.githubusercontent.com/buildplan/setup_harden_server/refs/heads/
|
||||
chmod +x setup_harden_debian_ubuntu.sh
|
||||
```
|
||||
|
||||
After downloading the script, verify its integrity:
|
||||
|
||||
```
|
||||
wget https://raw.githubusercontent.com/buildplan/setup_harden_server/main/setup_harden_debian_ubuntu.sh
|
||||
wget https://raw.githubusercontent.com/buildplan/setup_harden_server/main/setup_harden_debian_ubuntu.sh.sha256
|
||||
|
||||
sha256sum -c setup_harden_debian_ubuntu.sh.sha256
|
||||
```
|
||||
|
||||
### 2. Run Interactively (Recommended)
|
||||
|
||||
```
|
||||
@ -68,14 +77,6 @@ sudo ./setup_harden_debian_ubuntu.sh --quiet
|
||||
|
||||
### Verify Script Integrity (Optional but Recommended)
|
||||
|
||||
After downloading the script, verify its integrity:
|
||||
|
||||
```
|
||||
wget https://raw.githubusercontent.com/buildplan/setup_harden_server/main/setup_harden_debian_ubuntu.sh
|
||||
wget https://raw.githubusercontent.com/buildplan/setup_harden_server/main/setup_harden_debian_ubuntu.sh.sha256
|
||||
|
||||
sha256sum -c setup_harden_debian_ubuntu.sh.sha256
|
||||
```
|
||||
|
||||
## What It Does
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user