Post-install message
This commit is contained in:
parent
4d2fad940e
commit
0398831b9a
|
@ -2190,6 +2190,10 @@ function install_final {
|
||||||
echo ''
|
echo ''
|
||||||
echo ' *** Freedombone installation is complete. Rebooting... ***'
|
echo ' *** Freedombone installation is complete. Rebooting... ***'
|
||||||
echo ''
|
echo ''
|
||||||
|
if [ -f "/home/$MY_USERNAME/README" ]; then
|
||||||
|
echo "See /home/$MY_USERNAME/README for post-installation instructions."
|
||||||
|
echo ''
|
||||||
|
fi
|
||||||
reboot
|
reboot
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue