From 8f79823c95ab3e98914a77840ab38485ca866e22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Slavi=C5=A1a=20Are=C5=BEina?= <58952836+tremor021@users.noreply.github.com> Date: Fri, 11 Jul 2025 22:04:41 +0200 Subject: [PATCH] Fix dependencies (#5940) --- install/barcode-buddy-install.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/install/barcode-buddy-install.sh b/install/barcode-buddy-install.sh index 3af350e8b..bdbf3b5a0 100644 --- a/install/barcode-buddy-install.sh +++ b/install/barcode-buddy-install.sh @@ -14,12 +14,10 @@ network_check update_os msg_info "Installing Dependencies" -$STD apt-get install -y \ - apache2 \ - redis +$STD apt-get install -y redis msg_ok "Installed Dependencies" -PHP_VERSION="8.2" PHP_APACHE="YES" PHP_MODULE="date, json, redis, sqlite3, sockets" setup_php +PHP_VERSION="8.2" PHP_APACHE="YES" PHP_MODULE="redis, sqlite3" setup_php fetch_and_deploy_gh_release "barcodebuddy" "Forceu/barcodebuddy" msg_info "Configuring barcodebuddy"