Update MiSTer using cmd and ssh, Problem?

Kernel, Main, Utilities & Applications, Miscellaneous Devices.
MorkMikael
Posts: 96
Joined: Thu Jun 04, 2020 9:01 pm
Has thanked: 16 times
Been thanked: 19 times

Update MiSTer using cmd and ssh, Problem?

Unread post by MorkMikael »

do anyone know why this command doesn't work in bat file.

ssh root@misterip “cd /media/fat/Scripts; ./update_all.sh”
pause
User avatar
kfreiberg
Posts: 52
Joined: Thu Sep 03, 2020 4:34 pm
Location: Hoth (AKA Wisconsin)
Has thanked: 7 times
Been thanked: 7 times

Re: Update MiSTer using cmd and ssh, Problem?

Unread post by kfreiberg »

I don't have access to the link right now, but RetroRGB just released a copy and paste script for doing this.
jca
Top Contributor
Posts: 1911
Joined: Wed May 27, 2020 1:59 pm
Has thanked: 145 times
Been thanked: 454 times

Re: Update MiSTer using cmd and ssh, Problem?

Unread post by jca »

I just ssh into MISTer with Putty, cd to the scripts directory and run the update script.
MorkMikael
Posts: 96
Joined: Thu Jun 04, 2020 9:01 pm
Has thanked: 16 times
Been thanked: 19 times

Re: Update MiSTer using cmd and ssh, Problem?

Unread post by MorkMikael »

problem fixed use

ssh root@misterip cd /media/fat/Scripts; ./update_all.sh
pause

in a bat file with out "" and it works in a bat file.
Post Reply