PiMAME script installer

First of all thank you for the 30,000 unique visitors that we've been living experiences together with our Raspberry Pi. Hurrah!.

Our friend *Shea Silverman* has been kind enough to arrange for us their PiMAME installation script from their *Raspbian distribution*, which we will be able to enjoy your compilations in any OS we want. Let's see how to install it.


The script will install all you need to run *PiMAME*, including *Frontend Web*, *FTP server*, etc...

Let's install it. We walked into our favorite distribution and type:



sudo apt-get install git
git clone https://github.com/ssilverm/pimame_installer
cd pimame_installer
sudo. /install.sh

To update once we have installed:



sudo. /update.sh

To uninstall *PiMAME*, nothing easier than typing the following:



sudo. /uninstall.sh

Link: [Github - PiMAME](https://github.com/ssilverm/pimame_installer)