1
0
mirror of https://github.com/tteck/Proxmox.git synced 2024-11-24 08:52:18 +02:00

Update alpine-nextcloud-install.sh

Nextcloud 28.0 requires sodium and bz2
This commit is contained in:
tteckster 2023-12-20 06:39:20 -05:00 committed by GitHub
parent b3a6f29bc2
commit 09bf75771d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,6 +34,8 @@ $STD apk add php82-pecl-smbclient
$STD apk add php82-pecl-imagick
$STD apk add php82-pecl-vips
$STD apk add php82-exif
$STD apk add php82-sodium
$STD apk add php82-bz2
$STD apk add redis
msg_ok "Installed PHP/Redis"