ubuntu.sh: Add note to reboot computer

This commit is contained in:
Hamish Willee
2019-09-06 14:37:38 +10:00
committed by Julian Kent
parent 0b049fa4d7
commit eb81f4bce2
+5
View File
@@ -189,3 +189,8 @@ if [[ $INSTALL_SIM == "true" ]]; then
;
fi
if [[ $INSTALL_NUTTX == "true" ]]; then
echo
echo "Reboot computer before attempting to build NUTTX targets"
fi