From 04bd0afbb627aa5ce8951d694859df55b43ea3b7 Mon Sep 17 00:00:00 2001 From: marmattheo Date: Thu, 12 Jun 2025 05:53:16 +0000 Subject: [PATCH] updated ufw command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bc5e2d8..b7d9bbc 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ After the playbook completes successfully: Install and enable ufw: ```bash - sudo apt install ufw -y && sudo enable ufw + sudo apt install ufw -y && sudo ufw enable -y ``` Ensure Incus is listening on the network: