@NelloHD said in Error after Update setup Script:
I honestly don't understand where to check the version.
You can check the log file produced during the update, it should be one of the log files in $HOME/RetroPie-Setup/logs. Find the file (they're time-stamped) and you can view it with zless $HOME/RetroPie-Setup/logs/<filename>.gz
how do i restore?
You can checkout a specific - major - version with
cd $HOME/RetroPie-Setup
git checkout <version>
You can also rewind to a specific commit in time with
cd $HOME/RetroPie-Setup
git checkout <commit-id>
but you need to know the commit-id.