Skip to content

RetroDos is a front-end for the RetroPie project. It's a shell script to display menus.

License

Notifications You must be signed in to change notification settings

ofpinewood/retro-dos

Repository files navigation

RetroDos RetroDos

License: MIT

RetroDos is a front-end for the RetroPie project. It's a bash script that displays menus.

RetroDos screenshot

General Usage

RetroDos is a shell script to start your ScummVM games and manage some configuration.

To run the RetroDos script make sure that your APT repositories are up-to-date and that Git is installed:

sudo apt-get update
sudo apt-get dist-upgrade
sudo apt-get install git

You can then download the latest RetroDos script with:

cd
git clone --depth=1 https://github.com/ofpinewood/retro-dos.git

The script is executed with:

cd retro-dos
sudo ./retrodos.sh

Note: When you first run the script it may install some additional packages that are needed.

Development

All development will happen in its own feature branch, since the main branch is also the production version for the script.

cd
git clone --depth=1 --single-branch --branch <feature> https://github.com/ofpinewood/retro-dos.git

References:

Windows development

Windows Subsystem for Linux is recommended to develop on Windows.

Make script files executable before checking them in.

git update-index --chmod=+x scriptmodules/<script>.sh;

Configuration

Setup and configuration for my Macintosh Classic II-mod running RetroPie.

Contributing

We accept fixes and features! Here are some resources to help you get started on how to contribute code or new content.

Acknowledgments


Copyright © 2020, Of Pine Wood. Created by Peter van den Hout. Released under the terms of the MIT license.

About

RetroDos is a front-end for the RetroPie project. It's a shell script to display menus.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages