Learn about Centmin Mod LEMP Stack today
Register Now

Upgrade How long for cloning - centmin.sh menu 23 git env setup ?

Discussion in 'Install & Upgrades or Pre-Install Questions' started by cloud9, Oct 20, 2016.

  1. cloud9

    cloud9 Premium Member Premium Member

    435
    118
    43
    Oct 6, 2015
    England
    Ratings:
    +218
    Local Time:
    7:00 AM
    1.25.3
    10.6.x
    As per title - how long should cloning into centmin mod take ?

    It just seems to hang there.....

     

    Attached Files:

  2. eva2000

    eva2000 Administrator Staff Member

    55,163
    12,249
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,825
    Local Time:
    4:00 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    could be connectivity issues with github.com

    CTRL+C could cancel that and do it manually

    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.08stable
    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. cloud9

    cloud9 Premium Member Premium Member

    435
    118
    43
    Oct 6, 2015
    England
    Ratings:
    +218
    Local Time:
    7:00 AM
    1.25.3
    10.6.x
    Thanks Eva