Difference between revisions of "Retrosmc"
Jump to navigation
Jump to search
| Line 4: | Line 4: | ||
password hint: osmc | password hint: osmc | ||
<br><br> | <br><br> | ||
| + | <!-- | ||
You'll have better luck installing retrosmc if you enable the swap file. | You'll have better luck installing retrosmc if you enable the swap file. | ||
$ sudo touch /enable_swap | $ sudo touch /enable_swap | ||
$ sudo reboot | $ sudo reboot | ||
| + | --> | ||
Go to the Power menu in Kodi and choose "Quit". This will stop the media center and free up even more resources. Log back in via ssh, as above. Download the installer: | Go to the Power menu in Kodi and choose "Quit". This will stop the media center and free up even more resources. Log back in via ssh, as above. Download the installer: | ||
| − | $ wget https:// | + | $ wget https://github.com/mcobit/retrosmc/blob/master/install-retrosmc.sh |
After downloading, make it executable and run the script: | After downloading, make it executable and run the script: | ||
$ chmod +x install-retrosmc.sh | $ chmod +x install-retrosmc.sh | ||
$ ./install-retrosmc.sh | $ ./install-retrosmc.sh | ||
You will eventually arrive at a screen to install Retropie. Go ahead and select the install option. The installer should mention that the user osmc isn't part of the input group; agree to add it. | You will eventually arrive at a screen to install Retropie. Go ahead and select the install option. The installer should mention that the user osmc isn't part of the input group; agree to add it. | ||
| + | <!-- | ||
<br><br> | <br><br> | ||
Go through the install process. When done, diable the swap and reboot your device. | Go through the install process. When done, diable the swap and reboot your device. | ||
$ sudo rm /enable_swap | $ sudo rm /enable_swap | ||
$ sudo reboot | $ sudo reboot | ||
| + | --> | ||
Revision as of 19:58, 20 June 2017
First log into your osmc installation via ssh:
$ ssh osmc@your.device.ip.here
password hint: osmc
Go to the Power menu in Kodi and choose "Quit". This will stop the media center and free up even more resources. Log back in via ssh, as above. Download the installer:
$ wget https://github.com/mcobit/retrosmc/blob/master/install-retrosmc.sh
After downloading, make it executable and run the script:
$ chmod +x install-retrosmc.sh $ ./install-retrosmc.sh
You will eventually arrive at a screen to install Retropie. Go ahead and select the install option. The installer should mention that the user osmc isn't part of the input group; agree to add it.