Bozhidar Slaveykov 1 anno fa
parent
commit
9faea2eabe

+ 1 - 1
compilators/debian/php/php-compile.sh

@@ -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 \
 

+ 0 - 3
installers/Ubuntu/22.04/install.sh

@@ -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"