Batocera.linux is an open-source and completely free retro-gaming distribution that can be copied to a USB stick or an SD card with the aim of turning any computer/nano computer into a gaming console during a game or permanently. Batocera.linux does not require any modification on your computer.
To install applications on Batocera, follow these steps:
- After booting up your system, press
F1
to open the File Explorer. - Press
F4
to open the Batocera Linux terminal.
Run the following commands in the terminal:
Step 1: Download the application script using wget
:
wget <Application wget URL>
Step 2: Make the script executable:
chmod +x <filename>.sh
Step 3: Execute the script to install the application:
./<filename>.sh
Enjoy music streaming with Spotify. Use the following command to install:
wget https://raw.githubusercontent.com/uureel/batocera.pro/main/spotify/spotify.sh
Access your favorite tracks on YouTube Music with this command:
wget https://raw.githubusercontent.com/uureel/batocera.pro/main/spotify/spotify.sh
Stream videos directly on YouTube TV using the command below:
wget https://raw.githubusercontent.com/uureel/batocera.pro/main/youtubetv/yttv.sh
Licenced under GNU Licence, Forked from uureel/batocera.pro