Skip to content

Commit 2267660

Browse files
committed
Fix dependencies
1 parent ba00a1d commit 2267660

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

install/barcode-buddy-install.sh

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,10 @@ network_check
1414
update_os
1515

1616
msg_info "Installing Dependencies"
17-
$STD apt-get install -y \
18-
apache2 \
19-
redis
17+
$STD apt-get install -y redis
2018
msg_ok "Installed Dependencies"
2119

22-
PHP_VERSION="8.2" PHP_APACHE="YES" PHP_MODULE="date, json, redis, sqlite3, sockets" setup_php
20+
PHP_VERSION="8.2" PHP_APACHE="YES" PHP_MODULE="redis, sqlite3" setup_php
2321
fetch_and_deploy_gh_release "barcodebuddy" "Forceu/barcodebuddy"
2422

2523
msg_info "Configuring barcodebuddy"

0 commit comments

Comments
 (0)