Skip to content

Instantly share code, notes, and snippets.

@DjLeChuck
Last active March 19, 2019 12:40
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save DjLeChuck/446cd415575f03c927627e378979027d to your computer and use it in GitHub Desktop.
exit-emu-1b-installer
#! /bin/sh
mount -o remount,rw / &> /dev/null
wget -O /recalbox/scripts/rpi-exit-emu-1b.py https://gist.githubusercontent.com/DjLeChuck/445ce3d37f41f12d5bf8cb9482db4027/raw/46e92e76afb87a8d6e8d1be352730da37aa2dfc4/rpi-exit-emu-1b.py &> /dev/null
wget -O /etc/init.d/S98exit-emu-1b https://gist.githubusercontent.com/DjLeChuck/5f798b0d4af4071a92111bf61703aeb1/raw/197a022608a5c357ea8da34540fc005d42c44b83/S98exit-emu-1b &> /dev/null
chmod 755 /recalbox/scripts/rpi-exit-emu-1b.py &> /dev/null
chmod 755 /etc/init.d/S98exit-emu-1b &> /dev/null
/etc/init.d/S98exit-emu-1b start
rm /recalbox/share/system/exit-emu-1b-installer &> /dev/null
Copy link

ghost commented Feb 14, 2017

This file doesn't launch any action on install or uninstall, something is missing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment