This commit is contained in:
Bozhidar Slaveykov 2023-11-26 02:00:46 +02:00
parent 4e18168ed8
commit 9faea2eabe
2 changed files with 1 additions and 4 deletions

View file

@ -19,7 +19,7 @@ sudo ./configure --prefix=/usr/local/phyre/php \
--with-mysqli \
--with-gettext \
--with-curl \
--with-zip
--with-zip
#--enable-mbstring
# --with-libdir=lib/$(arch)-linux-gnu \

View file

@ -104,9 +104,6 @@ $PHYRE_PHP -r "unlink('composer-setup.php');"
COMPOSER_ALLOW_SUPERUSER=1 $PHYRE_PHP ./composer.phar install --no-dev --optimize-autoloader --no-interaction
ls
exit
# Create database
PANEL_DB_NAME="phyredb"
PANEL_DB_USER="phyreuser"