We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d69426c commit 765f8ffCopy full SHA for 765f8ff
install.sh
@@ -40,7 +40,7 @@ detect_distribution() {
40
check_dependencies() {
41
detect_distribution
42
sudo "${p_m}" -y update && sudo "${p_m}" -y upgrade
43
- local dependencies=("nginx" "git" "wget" "certbot" "python3-certbot-nginx")
+ local dependencies=("nginx" "git" "wget" "certbot" "ufw" "python3-certbot-nginx")
44
45
for dep in "${dependencies[@]}"; do
46
if ! command -v "${dep}" &> /dev/null; then
@@ -453,4 +453,4 @@ case "$choice" in
453
echo "Invalid choice. Please select a valid option."
454
echo -e "${yellow}××××××××××××××××××××××××××××××${rest}"
455
;;
456
-esac
+esac
0 commit comments