correct date and version

This commit is contained in:
buildplan
2025-08-06 15:11:32 +01:00
parent 0dbbb50e49
commit 7f7b44a061
3 changed files with 4 additions and 4 deletions

View File

@@ -82,12 +82,12 @@ sha256sum du_setup.sh
Compare the output hash to the one below. They must match exactly. 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` 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 ### 3\. Run the Script

View File

@@ -123,7 +123,7 @@ print_header() {
echo -e "${CYAN}╔═════════════════════════════════════════════════════════════════╗${NC}" echo -e "${CYAN}╔═════════════════════════════════════════════════════════════════╗${NC}"
echo -e "${CYAN}║ ║${NC}" echo -e "${CYAN}║ ║${NC}"
echo -e "${CYAN}║ DEBIAN/UBUNTU SERVER SETUP AND HARDENING SCRIPT ║${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 -e "${CYAN}╚═════════════════════════════════════════════════════════════════╝${NC}" echo -e "${CYAN}╚═════════════════════════════════════════════════════════════════╝${NC}"
echo echo

View File

@@ -1 +1 @@
11209ea7f1a933e237db2f619ec4457b338dcec4f2bffe5b7e7a504816a1a2e2 du_setup.sh 7d188571809cdec2a72a978e4715cdbc0b98d976ef36bb77c2391c6be0ec75be du_setup.sh