[IMG]
did you run centmin.sh menu option 23 updates in same centmin.sh session as your menu option 15 attempt ? try exiting centmin.sh completely and re-cd (change) into centmin.sh directory to re-run it it works fine for me on updated 123.09beta01
This is how I update my centminmod: Code: rm -rf /usr/local/src/centmin* branchname=123.09beta01 wget -O /usr/local/src/${branchname}.zip https://github.com/centminmod/centminmod/archive/${branchname}.zip cd /usr/local/src unzip -o ${branchname}.zip rm -rf ${branchname}.zip mv centminmod-${branchname} centminmod cd centminmod chmod +x centmin.sh yum clean all ./centmin.sh Any problem with it? :|
nothing wrong with that method just not as convenient anymore now that centmin.sh menu option 23 exists why not use inbuilt update routine in centmin.sh menu option 23 outlined at Upgrade Centmin Mod - CentminMod.com LEMP Nginx web stack for CentOS ? see example at Beta Branch - New .08 beta menu option - updating Centmin Mod via git | Centmin Mod Community once centmin.sh menu option 23 submenu option 1 has been run, in future centmin.sh runs you just need to run centmin.sh menu option 23 submenu option 2 to update code or do manually Code: cd /usr/local/src/centminmod git stash git pull screencast example at Beta Branch - New .08 beta menu option - updating Centmin Mod via git | Centmin Mod Community