Get the most out of your Centmin Mod LEMP stack
Become a Member

custom curl.sh

Discussion in 'Install & Upgrades or Pre-Install Questions' started by cloud9, Dec 25, 2021.

  1. cloud9

    cloud9 Premium Member Premium Member

    431
    117
    43
    Oct 6, 2015
    England
    Ratings:
    +217
    Local Time:
    9:19 PM
    1.25.3
    10.6.x
    Please fill in any relevant information that applies to you:
    • CentOS Version: CentOS 7 64bit
    • Centmin Mod Version Installed: 123.09beta01
    • Nginx Version Installed: 1.21.1
    • PHP Version Installed: 8.1.1
    • MariaDB MySQL Version Installed: i.e. 10.0.x or 10.1.xx or 10.2.xx
    • When was last time updated Centmin Mod code base ? : New Install
    • Persistent Config:
      Code (Text):
      LETSENCRYPT_DETECT='y'
      
      CUSTOM_CURLRPM=y
      
    Had to edit customcurl.sh as the repo gives an error


    It was these lines
    Code:
    city-fan.org-release-2-1.rhel7.noarch.rpm
    gave errors on running ./customcurl.sh

    I edited the rhel7 to and changed all instances of 2-1.rhel7 to 2-2.rhel7 in the sh file and it then run and installed curl7.8
    Code:
    city-fan.org-release-2-2.rhel7.noarch.rpm
     
  2. eva2000

    eva2000 Administrator Staff Member

    53,142
    12,108
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,643
    Local Time:
    6:19 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    Thanks for the heads up! Pushed an update for 123.09beta01 for this :D
     
  3. cloud9

    cloud9 Premium Member Premium Member

    431
    117
    43
    Oct 6, 2015
    England
    Ratings:
    +217
    Local Time:
    9:19 PM
    1.25.3
    10.6.x
    Thanks, I have just updated my install to autoupdate on cron every 3 hours :)