Want to subscribe to topics you're interested in?
Become a Member

Beta Branch update inc/cpcheck.inc & inc/yumpriorities.inc

Discussion in 'Centmin Mod Github Commits' started by eva2000, Apr 10, 2018.

  1. eva2000

    eva2000 Administrator Staff Member

    58,893
    12,490
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,122
    Local Time:
    1:17 PM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
    update inc/cpcheck.inc & inc/yumpriorities.inc

    - make sure fresh installs use lshw package from centos and not rpmforge existing users can manually swap the packages if lshw is from rpmforge using command below


    For CentOS 7
    Code (Text):
    yum -y swap -- remove lshw -- install lshw --disablerepo=rpmforge
    

    For CentOS 6
    Code (Text):
    yum -y remove lshw; yum -y install lshw --disablerepo=rpmforge
    


    Continue reading...

    123.09beta01 branch