Hello George, I accidentally abort the centmin mod github enviroment setup and now i cant access the centmin.sh menu. Is there anyway to fix this? -------------------------------------------------------- Centmin Mod Updater Sub-Menu ------------------------------------------------------- 1). Setup Centmin Mod Github Environment 2). Update Centmin Mod Current Branch 3). Update Centmin Mod Newer Branch 4). Back to Main menu -------------------------------------------------------- Enter option [ 1 - 4 ] 1 -------------------------------------------------------- setup Centmin Mod git sourced install... download github.com centmin mod 123.08stable branch repo Initialized empty Git repository in /usr/local/src/centminmod/.git/ ^C[root@harimao w]# centmin /usr/bin/centmin: line 2: pushd: /usr/local/src/centminmod: No such file or directory bash: centmin.sh: No such file or directory
Ah in that case treat it like a new setup for the download as outlined here Upgrade Centmin Mod - CentminMod.com LEMP Nginx web stack for CentOS for previous old version update centminmod.com/upgrade.html#olderupdates Just the only commands you need is to remove old directory and git clone new one Code: cd /usr/local/src rm -rf /usr/local/src/centminmod git clone https://github.com/centminmod/centminmod.git centminmod cd centminmod git checkout -f 123.08stable