Skip to content

Commit ecb6678

Browse files
committed
1.57.0.sh, lamp.sh: Install php-apcu
1 parent b1e111e commit ecb6678

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

lamp.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ install()
4040
install_with_shadow_workaround --no-install-recommends systemd
4141
$APTINSTALL -t $RELEASE php${PHPVER} php${PHPVER}-curl php${PHPVER}-gd php${PHPVER}-fpm php${PHPVER}-cli php${PHPVER}-opcache \
4242
php${PHPVER}-mbstring php${PHPVER}-xml php${PHPVER}-zip php${PHPVER}-fileinfo php${PHPVER}-ldap \
43-
php${PHPVER}-intl php${PHPVER}-bz2
43+
php${PHPVER}-intl php${PHPVER}-bz2 php${PHPVER}-apcu
4444

4545
mkdir -p /run/php
4646

updates/1.57.0.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,7 @@
22

33
set -eu
44

5-
ncc config:system:set serverid --value="$((RANDOM % 1024))" --type=integer
5+
source /usr/local/etc/library.sh
6+
7+
ncc config:system:set serverid --value=
8+
sudo apt-get install php${PHPVER}-apcu

0 commit comments

Comments
 (0)