Manual Install
Alternative installation methods if you prefer not to use the automated install script.
Download Zaparoo Core for Batocera from the Downloads page and unzip it. It comes with two files:
zaparoo- The main Zaparoo Core executablezaparoo_service- A service script that runs Zaparoo Core on startup
Network Share
- Copy the
zaparoofile into thesystemdirectory of your Batocera share (\\BATOCERA\share\systemon Windows) - Create a
servicesdirectory inside thesystemdirectory if it doesn't exist - Copy the
zaparoo_servicefile into theservicesdirectory - Enable the service:
- Press
Startto open the main menu - Navigate to
System Settings>Services(in the Advanced section) - Find
zaparoo_serviceand enable it
- Press
- Restart Batocera
USB
- Copy both files to a USB drive and plug it into your Batocera device
- Press
F1to open the file manager and navigate to the USB drive - Copy the
zaparoofile into/userdata/system - Create a
servicesdirectory inside/userdata/systemif it doesn't exist - Copy the
zaparoo_servicefile into theservicesdirectory - Enable the service:
- Press
Startto open the main menu - Navigate to
System Settings>Services(in the Advanced section) - Find
zaparoo_serviceand enable it
- Press
- Restart Batocera
SSH
- Copy the
zaparoofile to/userdata/systemusingscpor WinSCP - SSH into your device and run:
cd /userdata/system
chmod +x ./zaparoo
./zaparoo -install
batocera-services enable zaparoo_service
batocera-services start zaparoo_service
tip
Not familiar with SSH? See Batocera's SSH guide. Default credentials are root / linux.