mirror of
https://github.com/buildplan/du_setup.git
synced 2025-12-29 16:14:59 +00:00
correct date and version
This commit is contained in:
@@ -82,12 +82,12 @@ sha256sum du_setup.sh
|
||||
|
||||
Compare the output hash to the one below. They must match exactly.
|
||||
|
||||
`11209ea7f1a933e237db2f619ec4457b338dcec4f2bffe5b7e7a504816a1a2e2`
|
||||
`7d188571809cdec2a72a978e4715cdbc0b98d976ef36bb77c2391c6be0ec75be`
|
||||
|
||||
Or echo the hash to check, it should output: `du_setup.sh: OK`
|
||||
|
||||
```
|
||||
echo 11209ea7f1a933e237db2f619ec4457b338dcec4f2bffe5b7e7a504816a1a2e2 du_setup.sh | sha256sum --check -
|
||||
echo 7d188571809cdec2a72a978e4715cdbc0b98d976ef36bb77c2391c6be0ec75be du_setup.sh | sha256sum --check -
|
||||
```
|
||||
|
||||
### 3\. Run the Script
|
||||
|
||||
@@ -123,7 +123,7 @@ print_header() {
|
||||
echo -e "${CYAN}╔═════════════════════════════════════════════════════════════════╗${NC}"
|
||||
echo -e "${CYAN}║ ║${NC}"
|
||||
echo -e "${CYAN}║ DEBIAN/UBUNTU SERVER SETUP AND HARDENING SCRIPT ║${NC}"
|
||||
echo -e "${CYAN}║ v0.21 | 2025-08-63 ║${NC}"
|
||||
echo -e "${CYAN}║ 0.621 | 202508-063 ║${NC}"
|
||||
echo -e "${CYAN}║ ║${NC}"
|
||||
echo -e "${CYAN}╚═════════════════════════════════════════════════════════════════╝${NC}"
|
||||
echo
|
||||
|
||||
@@ -1 +1 @@
|
||||
11209ea7f1a933e237db2f619ec4457b338dcec4f2bffe5b7e7a504816a1a2e2 du_setup.sh
|
||||
7d188571809cdec2a72a978e4715cdbc0b98d976ef36bb77c2391c6be0ec75be du_setup.sh
|
||||
|
||||
Reference in New Issue
Block a user