question

Paul B avatar image
Paul B asked

Advise needed Installing the Chargery Addon as SSH root user

Well I just cant get this to work

using a Cerbo with 2.60Fw

turned on Superuser and added a root password

I have logging in as SSH root as far as I know correctly using Putty

root@192.168.3.5 Added the password all worked then logged on as

ssh root@192.168.3.5 Added the password and all seemed to work

I then

wget -nv https://github.com/Tobi177/venus-chargerybms/tree/master/install/install.sh

also tried

wget https://github.com/Tobi177/venus-chargerybms/tree/master/install/install.sh

chmod +x install.sh

nano install.sh

However the file does not download correctly. and the contents are incorrect as per picture below.

please advise WHAT AM I DOING WRONG I am missing something simple I am sure

1610779310323.png

this is what we got when wget was used to download direct from GitHub



documentation
2 |3000

Up to 8 attachments (including images) can be used with a maximum of 190.8 MiB each and 286.6 MiB total.

1 Answer
wkirby avatar image
wkirby answered ·

Try this.
Delete the install.sh file that you downloaded to avoid confusion:
rm install.sh

Try this link here:
wget https://github.com/Tobi177/venus-chargerybms/raw/master/install/install.sh

Allow execute:
chmod +x install.sh

Then execute:
./install.sh

Updated post because I found a link that actually works.
Also, moving to Modifications space. ;)

1 comment
2 |3000

Up to 8 attachments (including images) can be used with a maximum of 190.8 MiB each and 286.6 MiB total.

Paul B avatar image Paul B commented ·

Many thanks That has now worked

I had o also run

sed -i -e 's/\r$//' install.sh


as well

0 Likes 0 ·

Related Resources

Additional resources still need to be added for this topic