Want more timely Centmin Mod News Updates?
Become a Member

centmin is gone

Discussion in 'Install & Upgrades or Pre-Install Questions' started by GASTAN, Mar 26, 2019.

  1. GASTAN

    GASTAN Member

    111
    12
    18
    Jun 28, 2017
    Ratings:
    +19
    Local Time:
    4:15 AM
    Hi

    I think I saw the solution here before, but cannot find it.
    I tried to update 123.09beta01 branch, but since I am behind firewall and git update failed I was left with deleted installation.
    now I am getting:


    # centmin
    /bin/centmin: line 2: pushd: /usr/local/src/centminmod: No such file or directory
    bash: centmin.sh: No such file or directory

    I believe I could somehow manually download scripts/sources from github, just dont know how.
    any ideas?
     
  2. eva2000

    eva2000 Administrator Staff Member

    58,893
    12,490
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,122
    Local Time:
    12:15 PM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
    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. GASTAN

    GASTAN Member

    111
    12
    18
    Jun 28, 2017
    Ratings:
    +19
    Local Time:
    4:15 AM
    thx, that did it.
    now I just need to somehow figure out what to whitelist on squid proxy, for all the updates yums and nginx recompiles to work :(