Commit 1333a844 authored by w4t's avatar w4t

wtserver 0.22

parent 41bd0707
OS_default_PHP_back() {
update-alternatives --set php /usr/bin/php8.2 >> $PROGRAMS_INSTALL_LOG_FILES 2>&1
update-alternatives --set php-cgi /usr/bin/php-cgi8.2 >> $PROGRAMS_INSTALL_LOG_FILES 2>&1
update-alternatives --set php-fpm.sock /run/php/php8.2-fpm.sock >> $PROGRAMS_INSTALL_LOG_FILES 2>&1
update-alternatives --set php /usr/bin/php8.2
update-alternatives --set php-cgi /usr/bin/php-cgi8.2
update-alternatives --set php-fpm.sock /run/php/php8.2-fpm.sock
}
InstallPhp55() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment