From afe921fd0cf8f26b6d6de2f75d4c822ce694ae83 Mon Sep 17 00:00:00 2001 From: Tommy Date: Wed, 26 Jun 2024 10:28:27 -0700 Subject: [PATCH] Typo Fix Signed-off-by: Tommy --- Ubuntu-24.04-Server.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ubuntu-24.04-Server.sh b/Ubuntu-24.04-Server.sh index 5fae492..2bab0ab 100644 --- a/Ubuntu-24.04-Server.sh +++ b/Ubuntu-24.04-Server.sh @@ -188,7 +188,7 @@ sudo systemctl disable systemd-resolved # UFW Snap is strictly confined, unlike its .deb counterpart sudo apt purge -y ufw -sudo apt install -y snap +sudo apt install -y snapd sudo snap install ufw sudo ufw enable -y sudo ufw allow SSH