From 28dc1458117db2d3492345074796900b7878685c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Slavi=C5=A1a=20Are=C5=BEina?= <58952836+tremor021@users.noreply.github.com> Date: Wed, 20 Aug 2025 15:30:43 +0200 Subject: [PATCH] Update barcode-buddy-install.sh (#7020) --- install/barcode-buddy-install.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/install/barcode-buddy-install.sh b/install/barcode-buddy-install.sh index bdbf3b5a0..14d40d206 100644 --- a/install/barcode-buddy-install.sh +++ b/install/barcode-buddy-install.sh @@ -14,7 +14,9 @@ network_check update_os msg_info "Installing Dependencies" -$STD apt-get install -y redis +$STD apt-get install -y \ + redis \ + sqlite3 msg_ok "Installed Dependencies" PHP_VERSION="8.2" PHP_APACHE="YES" PHP_MODULE="redis, sqlite3" setup_php