Page 1 of 1
Update MiSTer using cmd and ssh, Problem?
Posted: Thu Apr 08, 2021 11:50 am
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
Re: Update MiSTer using cmd and ssh, Problem?
Posted: Thu Apr 08, 2021 12:05 pm
by kfreiberg
I don't have access to the link right now, but RetroRGB just released a copy and paste script for doing this.
Re: Update MiSTer using cmd and ssh, Problem?
Posted: Thu Apr 08, 2021 1:07 pm
by jca
I just ssh into MISTer with Putty, cd to the scripts directory and run the update script.
Re: Update MiSTer using cmd and ssh, Problem?
Posted: Thu Apr 08, 2021 2:16 pm
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.