Remove unnecessary ESPConnect dependency

This commit is contained in:
John Lombardo
2026-04-29 11:28:12 +08:00
parent 1ed6dc4f7d
commit 5b4abb2301

View File

@@ -14,9 +14,7 @@ network_check
update_os update_os
msg_info "Installing Dependencies" msg_info "Installing Dependencies"
$STD apt install -y \ $STD apt install -y nginx
nginx \
openssl
msg_ok "Installed Dependencies" msg_ok "Installed Dependencies"
fetch_and_deploy_gh_release "espconnect" "thelastoutpostworkshop/ESPConnect" "prebuild" "latest" "/opt/espconnect" "dist.zip" fetch_and_deploy_gh_release "espconnect" "thelastoutpostworkshop/ESPConnect" "prebuild" "latest" "/opt/espconnect" "dist.zip"