Want more timely Centmin Mod News Updates?
Become a Member

Stupid mistake

Discussion in 'System Administration' started by enderst, Jan 11, 2019.

  1. enderst

    enderst Member

    38
    7
    8
    Dec 12, 2017
    Ratings:
    +10
    Local Time:
    5:53 PM
    I accidentally deleted /usr/local/src/centminmod
    I copied cmupdate and ran it. /usr/local/src/centminmod seems to be all there now. Is there anything that I need to aware of that might bite me?


    No more big lunches :)
     
  2. eva2000

    eva2000 Administrator Staff Member

    58,893
    12,490
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,122
    Local Time:
    9:53 AM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
    to be 100% sure just do a fresh Centmin Mod code replacement by wiping /usr/local/src/centminmod as outlined similar to update guide here for older than .07 releases.

    replace branchname with branch you want either 123.08stable or 123.09beta01
    Code (Text):
    branchname=123.09beta01
    cd /usr/local/src
    rm -rf centminmod*
    git clone -b ${branchname} --depth=1 https://github.com/centminmod/centminmod.git centminmod
    cd centminmod
    ./centmin.sh
     
  3. enderst

    enderst Member

    38
    7
    8
    Dec 12, 2017
    Ratings:
    +10
    Local Time:
    5:53 PM
    No issues with that, thanks again.