Skip to content

Commit

Permalink
Fixing some things that are broken in a fresh install of RetroPie.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Mar 3, 2019
1 parent b68c2bc commit 4ba8574
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions install.sh
Expand Up @@ -34,6 +34,8 @@ fi

cd /home/pi/arcade1up-lcd-marquee

( apt install libdbus-1-dev )

echo "Icculus's LCD Marquee software installer!"
echo

Expand Down
6 changes: 3 additions & 3 deletions remote-install.sh
Expand Up @@ -20,8 +20,8 @@ echo
echo
echo
echo "We're going to download, build and install what you need for the"
echo " LCD marquee. This doesn't take long. We'll be installing Mercurial if"
echo " necessary, and putting a systemd service in place to manage the LCD"
echo " LCD marquee. This doesn't take long. We'll be installing a few things"
echo " if necessary, and putting a systemd service in place to manage the LCD"
echo " control process."
echo
echo "This process is known to work on a reasonably modern version of"
Expand All @@ -33,7 +33,7 @@ echo

read waitforinput </dev/tty

apt-get install mercurial
( apt install mercurial )

cd /home/pi

Expand Down

0 comments on commit 4ba8574

Please sign in to comment.