I have a problem with my ZPanel version 10.0.2, if I try to upgrade to version 10.1 using this guide forums.zpanelcp.com/Thread-HOW-TO-Update-to-ZPanelX-10-1-0- CentOS-on-Ubuntu-32bit-64bit to run ./updater-10-1-0-ubuntu-32.sh.x the error is:
root @ server: ~ # ./updater-10-1-0-ubuntu-32.sh.x bash: ./updater-10-1-0-ubuntu-32.sh.x: No such file or directory
My 32bit Ubuntu 12.04 is so, how can I fix it? thank you very much
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
yes <br> <br>root@server:~# ls <br>10_1_1.sh <br>1171.log <br>11809.log <br>1451.log <br>index.html?redirect=https:%2F%2Fraw.github.com%2Fmajor%2FMySQLTuner-perl%2Fmaster%2Fmysqltuner.pl <br>installer-10-1-0-ubuntu-64.sh.x <br>installer-10-1-0-ubuntu-64.sh.x.tar.gz <br>installer-x86_64-install.sh.x <br>installer-x86_64-install.sh.x.tar.gz <br>mysqltuner.pl <br>passwords.txt <br>test <br>tuning-primer.sh <br>updater-10-1-0-ubuntu-32.sh.x <br>root@server:~# ./updater-10-1-0-ubuntu-32.sh.x <br>-bash: ./updater-10-1-0-ubuntu-32.sh.x: No such file or directory <br>
Make sure you are in the same directory that you downloaded it in. Also make sure that the file is executable: <br> <br><pre> <br>chmod +x updater-10-1-0-ubuntu-32.sh.x <br></pre>