mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-28 19:32:36 +08:00
ubuntu.sh: Add note to reboot computer
This commit is contained in:
committed by
Julian Kent
parent
0b049fa4d7
commit
eb81f4bce2
@@ -189,3 +189,8 @@ if [[ $INSTALL_SIM == "true" ]]; then
|
|||||||
;
|
;
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [[ $INSTALL_NUTTX == "true" ]]; then
|
||||||
|
echo
|
||||||
|
echo "Reboot computer before attempting to build NUTTX targets"
|
||||||
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user