Skip to content

Commit 72acb61

Browse files
committed
update install.sh
1 parent 9065e7c commit 72acb61

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

install.sh

Lines changed: 1 addition & 1 deletion
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" "certbot" "python3-certbot-nginx")
43+
local dependencies=("nginx" "git" "wget" "certbot" "python3-certbot-nginx")
4444

4545
for dep in "${dependencies[@]}"; do
4646
if ! command -v "${dep}" &> /dev/null; then

0 commit comments

Comments
 (0)