Browse Source

ubuntu.sh: Add note to reboot computer

sbg
Hamish Willee 6 years ago committed by Julian Kent
parent
commit
eb81f4bce2
  1. 5
      Tools/setup/ubuntu.sh

5
Tools/setup/ubuntu.sh

@ -189,3 +189,8 @@ if [[ $INSTALL_SIM == "true" ]]; then @@ -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

Loading…
Cancel
Save