Skip to content

Commit

Permalink
txt
Browse files Browse the repository at this point in the history
  • Loading branch information
bite-your-idols authored Sep 12, 2016
1 parent 5cf9795 commit ffc59fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions script.gamestarter/resources/bin/install_uae.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import os.path
import xbmcgui

xbmcgui.Dialog().ok("Gamestarter", "Installing UAE4ARM, please do not power off or reboot your Raspberry Pi.")
xbmcgui.Dialog().ok("Gamestarter", "Installing UAE4ARM, please do not power off your Pi.")


script_file = os.path.realpath(__file__)
Expand All @@ -16,4 +16,4 @@
os.system("wget --no-check-certificate -O /storage/install-uae.sh https://github.com/bite-your-idols/Gamestarter-Pi/raw/master/scripts/install_uae.sh && sh /storage/install-uae.sh &> /storage/.config/gamestarter.log")
os.system("rm /storage/install-uae.sh")

xbmcgui.Dialog().ok("Gamestarter", "UAE4ARM installed, please reboot your system.")
xbmcgui.Dialog().ok("Gamestarter", "UAE4ARM installed, select as default Amiga emulator in settings.")

0 comments on commit ffc59fe

Please sign in to comment.