various improvements

This commit is contained in:
julien
2025-10-05 15:25:15 +02:00
parent 753e047fa6
commit 29bbd3d82d
4 changed files with 36 additions and 11 deletions

View File

@@ -6,6 +6,7 @@ echo
dpkg -s ufw > /dev/null 2>&1
if [ $? -ne 0 ]; then
# Install and enable UFW
apt-get install ufw -y
ufw enable
fi