I am running the latest BETA, but today when I went to upgrade, I did 23 --> 1 (for stable) and then to not cause issues I quickly exited the process, and wanted to do 23 --> 2 instead, but now when I run centmin command. centmin /usr/bin/centmin: line 2: pushd: /usr/local/src/centminmod: No such file or directory bash: centmin.sh: No such file or directory
centmin.sh menu option 23 submenu option 1 also involves removing /usr/local/src/centminmod and repopulating it with fresh git backed directory version. If you exit prematurely the routine, you might have just removed /usr/local/src/centminmod but not replaced with with git backed directory. 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