Additional Script after a fresh raspberrypiOS (Buster Legacy Lite) Installation.
Attention: only for Raspberry OS Legacy oldoldstable! (videolooper needs omx)
Image here: https://github.com/adafruit/pi_video_looper/
#!/bin/bash
sudo apt-get update
sudo apt-get install -y git
git clone https://github.com/adafruit/pi_video_looper.git
cd pi_video_looper
sudo ./install.sh
echo "installed videolooper"
Waveshare GamePi43-Installer (set fixed Monitor-Resolution and Gamepads/GPIOs), optional
echo "waveshare driver download and installer... now"
cd
wget https://www.waveshare.com/w/upload/6/6a/GamePi43-210127.tar.gz
tar -xvzf GamePi43-210127.tar.gz
cd GamePi43
sudo ./GamePi43
echo "copied 10-retrogame.rules, retrogame.cfg, wxjoypad.sh and local Folder Retropie"