updated ufw command

This commit is contained in:
marmattheo 2025-06-12 05:53:16 +00:00
parent 6148728c21
commit 04bd0afbb6

View File

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