From a374ac8facaa4c22b4b8892b97e86638cc818770 Mon Sep 17 00:00:00 2001 From: Justin Otherguy Date: Thu, 9 May 2024 20:56:16 +0200 Subject: [PATCH] fix: add unzip to dependencies for Mainsail and Fluidd --- scripts/fluidd.sh | 2 +- scripts/mainsail.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/fluidd.sh b/scripts/fluidd.sh index accbcb1..35620be 100644 --- a/scripts/fluidd.sh +++ b/scripts/fluidd.sh @@ -37,7 +37,7 @@ function install_fluidd() { fi ### checking dependencies - local dep=(wget nginx) + local dep=(wget nginx unzip) dependency_check "${dep[@]}" ### detect conflicting Haproxy and Apache2 installations detect_conflicting_packages diff --git a/scripts/mainsail.sh b/scripts/mainsail.sh index 9182c6c..73ea7a5 100644 --- a/scripts/mainsail.sh +++ b/scripts/mainsail.sh @@ -37,7 +37,7 @@ function install_mainsail() { fi ### checking dependencies - local dep=(wget nginx) + local dep=(wget nginx unzip) dependency_check "${dep[@]}" ### detect conflicting Haproxy and Apache2 installations detect_conflicting_packages