Welcome to Centmin Mod Community
Become a Member

Install centminmod with customcurl and php7.3

Discussion in 'Install & Upgrades or Pre-Install Questions' started by R0rke, Jul 20, 2019.

  1. R0rke

    R0rke Member

    168
    22
    18
    Jun 2, 2016
    Iran
    Ratings:
    +37
    Local Time:
    10:53 PM
    2
    10
    am I able to install centminmod with customcurl and php7.3 without option menu 5 recompile PHP?

    i mean using custom_config.inc in pre-install!

    @eva2000

     
  2. eva2000

    eva2000 Administrator Staff Member

    58,893
    12,490
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,122
    Local Time:
    3:53 PM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
    been a while since i tested the option but yes setting persistent config file /etc/centminmod/custom_config.inc variable CUSTOM_CURLRPM='y' prior to initial install would do it in Centmin Mod 123.09beta01
    Code (Text):
    mkdir -p /etc/centminmod
    echo "CUSTOM_CURLRPM='y'" >> /etc/centminmod/custom_config.inc
    yum -y update; curl -O https://centminmod.com/betainstaller73.sh && chmod 0700 betainstaller73.sh && bash betainstaller73.sh