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

Beta Branch add centos-release-cr yum repo for centos 6 on 123.09beta01

Discussion in 'Centmin Mod Github Commits' started by eva2000, May 15, 2016.

  1. eva2000

    eva2000 Administrator Staff Member

    54,935
    12,240
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,812
    Local Time:
    9:33 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    add centos-release-cr yum repo for centos 6 on 123.09beta01

    centos 7 by default already installs CentOS Continous Release yum repo https://wiki.centos.org/AdditionalResources/Repositories/CR however, centos 6 doesn't by default. So add that to install routines with yum priority set and disabled out of box so that can be enabled on yum command line via --enablerepo=cr.

    to view available CR yum packages which will only exist around the time of centos OS version pending release i.e. centos 6.7 with 6.8 coming soon type:
    Code (Text):
    yum list available --disableplugin=priorities --disablerepo=* --enablerepo=cr
    



    Continue reading...

    123.09beta01 branch