Forum Replies Created
-
AuthorPosts
-
02/26/2016 at 00:37 in reply to: POLL: Which default video mode do you prefer? (video_smooth on or off) #118172rascasParticipant
OFF
rascasParticipantThanks, much easier that way :D
rascasParticipantWell i think I have done it, and you were right, it wasn’t that hard. I was tired and sleepy on Monday :P
Just made this script that I will include in the end of another one:
#!/bin/bash cd /home/pi/RetroPie-Setup . /home/pi/RetroPie-Setup/retropie_packages.sh . /home/pi/RetroPie-Setup/scriptmodules/system.sh . /home/pi/RetroPie-Setup/scriptmodules/helpers.sh . /home/pi/RetroPie-Setup/scriptmodules/packages.sh . /home/pi/RetroPie-Setup/scriptmodules/admin/setup.sh setup_env rp_registerAllModules function printMsgs() { local type="$1" shift for msg in "$@"; do [[ "$type" == "dialog" ]] && echo "$msg" [[ "$type" == "console" ]] && echo "$msg" [[ "$type" == "heading" ]] && echo -e "\n= = = = = = = = = = = = = = = = = = = = =\n$msg\n= = = = = = = = = = = = = = = = = = = = =\n" done } binaries_setup exit
EDIT: Substituted the end dialog messages for terminal ones, so no any user intervention is required.
rascasParticipantWell, im aware of RetroPie-Setup github page and maybe thats where I should have posted this in the first place.
I already saw the scripts in Github, and I know that there is some modules that can be called directly without running the GUI but this option seems to no be one of them. But I am not sure since my skills in bash are somewhat limited, and there are lots of functions that call another scripts. I tried to make a script already, calling sudo ./retropie_setup.sh with some sleep options and emulating a ENTER key press but with no success but is very likelly that I was doing something wrong.
I will try again to do it myself, any suggestions how to do this are appreciated.
Thanks
rascasParticipantEven if there is no option to call the “Binary-based Installation” directly, is there a way that i can do this in the end of a bash script in a way that no user intervention is required ?
-
AuthorPosts