Skip to content

RapidEdwin08/RetroPie-LMDE

Repository files navigation

RetroPie-LMDE

rp-lmde.png

Utility Script to assist with installing RetroPie on LMDE.
Applies Tweaks to 0vercome Issues during a Basic Install of RetroPie on LMDE due to misidentified OS. (Deprecated)
NOTE: Tested with RetroPie-Setup v4.8.2 on LMDE4 (Debbie) + LMDE5 (Elsie).

INSTALLATION

cd ~
wget https://raw.githubusercontent.com/RapidEdwin08/RetroPie-LMDE/main/rp_lmde.sh -P ~/
sudo chmod 755 ~/rp_lmde.sh
./rp_lmde.sh

Issues with Basic Install of RetroPie-Setup in LMDE:
RetroPie-Setup misidentifies LMDE and applies [libpng12-dev] instead of [libpng-dev].
RetroPie-Setup misidentifies LMDE and attempts to install 0lder EmulationStation Failing make install.

Tweaks Applied:
[~/RetroPie-Setup/scriptmodules/system.sh]:

            if [[ "$__os_desc" == LMDE* ]]; then
                if compareVersions "$__os_release" lt 4; then
                    error="You need Linux Mint Debian Edition 4 or newer"
                elif compareVersions "$__os_release" lt 5; then
                    __os_debian_ver="10"
                elif compareVersions "$__os_release" lt 6; then
                    __os_debian_ver="11"
                else
                    __os_debian_ver="12"
                fi
            fi

Sources

https://github.com/RetroPie/RetroPie-Setup

License

GNU

About

Utility Script to assist with installing RetroPie on LMDE

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages