From 5b4abb2301efc3dbb093a50d22b11eaed74af857 Mon Sep 17 00:00:00 2001 From: John Lombardo Date: Wed, 29 Apr 2026 11:28:12 +0800 Subject: [PATCH] Remove unnecessary ESPConnect dependency --- install/espconnect-install.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/install/espconnect-install.sh b/install/espconnect-install.sh index 371c0d9e..6a4a21e2 100644 --- a/install/espconnect-install.sh +++ b/install/espconnect-install.sh @@ -14,9 +14,7 @@ network_check update_os msg_info "Installing Dependencies" -$STD apt install -y \ - nginx \ - openssl +$STD apt install -y nginx msg_ok "Installed Dependencies" fetch_and_deploy_gh_release "espconnect" "thelastoutpostworkshop/ESPConnect" "prebuild" "latest" "/opt/espconnect" "dist.zip"