added installer shell script and additional steps

This commit is contained in:
tumillanino
2025-10-28 22:53:15 +11:00
parent 6f1a6f6efa
commit 27ca5a9426
11 changed files with 644 additions and 0 deletions

4
scripts/02-hardening.sh Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/bash
set -e
echo "Applying system hardening..."