From 0398831b9a78bb1e686df1170d39683cb28e25bf Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Fri, 26 Sep 2014 19:53:10 +0100 Subject: [PATCH] Post-install message --- install-freedombone.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/install-freedombone.sh b/install-freedombone.sh index 7db1515f..a13ac14b 100755 --- a/install-freedombone.sh +++ b/install-freedombone.sh @@ -2190,6 +2190,10 @@ function install_final { echo '' echo ' *** Freedombone installation is complete. Rebooting... ***' echo '' + if [ -f "/home/$MY_USERNAME/README" ]; then + echo "See /home/$MY_USERNAME/README for post-installation instructions." + echo '' + fi reboot }