Uninstall RetroPie silently
polhaghverdian opened this issue · 1 comments
polhaghverdian commented
I am trying to automate the uninstallation process, and is there any way I could disable the dialog options when running the following command, ./retropie_packages.sh setup uninstall
. I have also tried running with __nodialog=1
, doesn't change anything.
cmitu commented
No, but you can look at the source and run the uninstall commands that are called from the setup
module - see
RetroPie-Setup/scriptmodules/admin/setup.sh
Line 650 in 86f6588