Closed eznix86 closed 2 weeks ago
ufw is being installed in another script. you can see in your screenshot (installing-ufw) why we should put it into install-dependencies.sh
too?
The installation failed, and when I reviewed the install ufw script, I noticed that it doesn’t include apt install ufw
. I also checked the server, and ufw
wasn’t installed.
So this PR installs ufw to dependencies
Describe the bug While installing a custom vps server via ssh, installing ufw failed.
To Reproduce Steps to reproduce the behavior:
Expected behavior Should install ufw and complete the progress.
Screenshots
Additional context I believe
ufw
is not installed by default on Ubuntu 20 LTS, so maybe in theinstall-dependencies.sh
we should appendufw