Want more timely Centmin Mod News Updates?
Become a Member

Beta Branch update curl installers

Discussion in 'Centmin Mod Github Commits' started by eva2000, Jan 21, 2016.

  1. eva2000

    eva2000 Administrator Staff Member

    54,927
    12,240
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,811
    Local Time:
    4:26 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
  2. nVidian

    nVidian Member

    98
    8
    8
    Mar 16, 2015
    Ratings:
    +31
    Local Time:
    1:26 PM
    1.7.9
    5.5
    I use 123.08stable - Is it safe to update CURL with this script ?
    How do I update CURL ?
    WHMCS shows "You currently have version 7.19.7 of cURL installed. This version is known to have security issues."
     
  3. eva2000

    eva2000 Administrator Staff Member

    54,927
    12,240
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,811
    Local Time:
    4:26 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    no no.. these installers are for centmin mod initial install outlined in 1st post at Beta Branch - Centmin Mod .09 beta branch Testing | Centmin Mod Community

    i.e. to install Centmin Mod 123.09beta01 via curl installer command would be
    Code (Text):
    curl -O https://centminmod.com/betainstaller.sh && chmod 0700 betainstaller.sh && bash betainstaller.sh

    to install Centmin Mod 123.09beta01 with PHP 7.0.4 default curl installer command would be
    Code (Text):
    curl -O https://centminmod.com/betainstaller7.sh && chmod 0700 betainstaller7.sh && bash betainstaller7.sh
     
  4. eva2000

    eva2000 Administrator Staff Member

    54,927
    12,240
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,811
    Local Time:
    4:26 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
  5. nVidian

    nVidian Member

    98
    8
    8
    Mar 16, 2015
    Ratings:
    +31
    Local Time:
    1:26 PM
    1.7.9
    5.5
    I just need to update CURL with current Centminmod 123.08stable.

    Do I need to run this only to update CURL ?
    Code:
    curl -O https://centminmod.com/betainstaller.sh && chmod 0700 betainstaller.sh && bash betainstaller.sh
     
  6. eva2000

    eva2000 Administrator Staff Member

    54,927
    12,240
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,811
    Local Time:
    4:26 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    No no this command is equivalent to centmin.sh menu option 1. It's basically the 3rd method of Centmin Mod initial install outlined at Download - CentminMod.com LEMP Nginx web stack for CentOS just the command installs Centmin Mod 123.09beta01 not 123.08stable.

    To update curl version use addon/customcurl.sh in Centmin Mod 123.09beta01 outlined at Beta Branch - update curl installers. Specifically the updated version at Beta Branch - Centmin Mod curl 7.43+ custom rpms | Centmin Mod Community
     
  7. nVidian

    nVidian Member

    98
    8
    8
    Mar 16, 2015
    Ratings:
    +31
    Local Time:
    1:26 PM
    1.7.9
    5.5
    So I just need to run
    Code:
    https://raw.githubusercontent.com/centminmod/centminmod/123.09beta01/addons/customcurl.sh
    And after that I need to recompile PHP-FPM via centmin.sh menu option 5 to get PHP to use the newer curl system version.

    Is that correct ?
     
  8. eva2000

    eva2000 Administrator Staff Member

    54,927
    12,240
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,811
    Local Time:
    4:26 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    well yes but that version is being replaced with the updated one outlined at Beta Branch - Centmin Mod curl 7.43+ custom rpms | Centmin Mod Community but it's in testing phase. I'd test both on test vps before doing it live

    old script uses rpm manual install while updated uses a 3rd party setup yum repo so you can update in future via yum