various improvements
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user