We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1e111e commit ecb6678Copy full SHA for ecb6678
2 files changed
lamp.sh
@@ -40,7 +40,7 @@ install()
40
install_with_shadow_workaround --no-install-recommends systemd
41
$APTINSTALL -t $RELEASE php${PHPVER} php${PHPVER}-curl php${PHPVER}-gd php${PHPVER}-fpm php${PHPVER}-cli php${PHPVER}-opcache \
42
php${PHPVER}-mbstring php${PHPVER}-xml php${PHPVER}-zip php${PHPVER}-fileinfo php${PHPVER}-ldap \
43
- php${PHPVER}-intl php${PHPVER}-bz2
+ php${PHPVER}-intl php${PHPVER}-bz2 php${PHPVER}-apcu
44
45
mkdir -p /run/php
46
updates/1.57.0.sh
@@ -2,4 +2,7 @@
2
3
set -eu
4
5
-ncc config:system:set serverid --value="$((RANDOM % 1024))" --type=integer
+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