1
0
mirror of https://github.com/tommytran732/Linux-Setup-Scripts synced 2024-09-16 12:14:42 -04:00
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy 2024-06-26 10:28:27 -07:00
parent 67e2496435
commit afe921fd0c
Signed by: Tomster
GPG Key ID: 555C902A34EC968F

View File

@ -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