Want more timely Centmin Mod News Updates?
Become a Member

Beta Branch update inc/cpcheck.inc add yumupdatechecker function

Discussion in 'Centmin Mod Github Commits' started by eva2000, Feb 16, 2016.

Tags:
  1. eva2000

    eva2000 Administrator Staff Member

    55,180
    12,251
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,829
    Local Time:
    7:08 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    update inc/cpcheck.inc add yumupdatechecker function

    yumupdatechecker function on non-initial install centmin.sh runs will check if there's any yum updates available and notify the user on screen if there is any updates and list the YUM commands to list and update those packages


    Continue reading...

    123.09beta01 branch
     
  2. eva2000

    eva2000 Administrator Staff Member

    55,180
    12,251
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,829
    Local Time:
    7:08 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    when you run centmin.sh and there's yum updates available, a message will now appear in 123.09beta01 alerting user as such

    Code:
    -------------------------------------------------------------
      New YUM Updates available for host hostname.domain.com
    -------------------------------------------------------------
      To list available YUM Updates type:
    -------------------------------------------------------------
      yum list updates --disableplugin=priorities --enablerepo=remi
    
    -------------------------------------------------------------
      To updates type:
    -------------------------------------------------------------
      yum update --disableplugin=priorities --enablerepo=remi
    
     
    Last edited: Feb 16, 2016