I’m trying to upgrade my Magento setup via SSH, I’m trying to run the ./pear mage-setup command and getting the following error:
-bash: ./pear: /bin/sh^M: bad interpreter: No such file or directory
Can anyone help point me in the right direction to fix this error?
I can’t upgrade through connect so I’m wondering if it is at all possible to upgrade by copying the files across manually from a zip of the latest version?
As from v1.5.0.1,
pearhas been replace bymage.So you should try:
Hope That Helps