Skip to content

Commit 765f8ff

Browse files
authored
Update install.sh
1 parent d69426c commit 765f8ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ detect_distribution() {
4040
check_dependencies() {
4141
detect_distribution
4242
sudo "${p_m}" -y update && sudo "${p_m}" -y upgrade
43-
local dependencies=("nginx" "git" "wget" "certbot" "python3-certbot-nginx")
43+
local dependencies=("nginx" "git" "wget" "certbot" "ufw" "python3-certbot-nginx")
4444

4545
for dep in "${dependencies[@]}"; do
4646
if ! command -v "${dep}" &> /dev/null; then
@@ -453,4 +453,4 @@ case "$choice" in
453453
echo "Invalid choice. Please select a valid option."
454454
echo -e "${yellow}××××××××××××××××××××××××××××××${rest}"
455455
;;
456-
esac
456+
esac

0 commit comments

Comments
 (0)