Skip to content

Commit

Permalink
Add whitespace to output.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Feb 27, 2019
1 parent f734d8a commit 6122cbf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions remote-install.sh
Expand Up @@ -16,6 +16,9 @@ if [ ! -d /home/pi ]; then
exit 1
fi

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"
Expand All @@ -26,6 +29,7 @@ echo " RetroPie, and probably generic Raspbian. YMMV. You can report problems"
echo " to Ryan <icculus@icculus.org>"
echo
echo "Press enter to start, CTRL-C now to abort."
echo

read waitforinput </dev/tty

Expand Down

0 comments on commit 6122cbf

Please sign in to comment.