From 35a6d748fbf9e2e83f81198ee8f9c42da2dc960d Mon Sep 17 00:00:00 2001 From: Werner Date: Mon, 20 Feb 2023 15:33:40 -0300 Subject: [PATCH] Update Ubuntu.sh --- Scripts/Ubuntu.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Scripts/Ubuntu.sh b/Scripts/Ubuntu.sh index bf2ea6b..8e74066 100644 --- a/Scripts/Ubuntu.sh +++ b/Scripts/Ubuntu.sh @@ -21,11 +21,5 @@ sudo DEBIAN_FRONTEND=noninteractive apt install -y --no-install-recommends \ net-tools \ qemu-guest-agent \ tar \ - ufw \ unzip \ wget - -# Firewall - -sudo ufw allow "OpenSSH" -sudo ufw enable