Skip to content

Commit

Permalink
Update install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Ptechgithub authored Feb 12, 2024
1 parent d69426c commit 765f8ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ detect_distribution() {
check_dependencies() {
detect_distribution
sudo "${p_m}" -y update && sudo "${p_m}" -y upgrade
local dependencies=("nginx" "git" "wget" "certbot" "python3-certbot-nginx")
local dependencies=("nginx" "git" "wget" "certbot" "ufw" "python3-certbot-nginx")

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

0 comments on commit 765f8ff

Please sign in to comment.