diff options
Diffstat (limited to 'deploy')
| -rwxr-xr-x | deploy | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -41,9 +41,11 @@ done if [ "$DRY" != 'YES' ]; then echo '===' pkg_add \ - bzip2 lzip xz zstd \ - curl git gnupg vim--no_x11 wget \ - cgit gitolite + bzip2 lzip unzip-- xz zstd \ + curl git gnupg vim-- wget \ + cgit gitolite \ + mariadb-server \ + php-8.3.32 php-curl-8.3.32 php-gd-8.3.32 php-intl-8.3.32 php-mysqli-8.3.32 fi . "$REPO/files.sh" @@ -55,7 +57,7 @@ if [ "$DRY" != 'YES' ]; then echo '===' rcctl restart portmap - rcctl restart httpd nfsd slowcgi sshd + rcctl restart httpd mysqld nfsd php83_fpm slowcgi sshd kill -KILL `cat /var/run/mountd.pid` || true rcctl start mountd |
