#!/bin/sh -e pkg install apache24 \ php82 \ mod_php82\ php82-pgsql\ php82-ctype\ php82-curl\ php82-iconv\ php82-gd\ php82-intl\ php82-mbstring\ php82-simplexml\ php82-xml\ php82-zip\ php82-sodium\ php82-session\ php82-zlib\ php82-dom\ php82-tokenizer\ php82-xmlreader\ php82-fileinfo\ php82-filter\ php82-soap\ php82-opcache\ php82-exif exit 0