Post-install message

This commit is contained in:
Bob Mottram 2014-09-26 19:53:10 +01:00
parent 4d2fad940e
commit 0398831b9a
1 changed files with 4 additions and 0 deletions

View File

@ -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
}