diff --git a/Tools/setup/ubuntu.sh b/Tools/setup/ubuntu.sh index a6bdf9b780..f509ced4eb 100755 --- a/Tools/setup/ubuntu.sh +++ b/Tools/setup/ubuntu.sh @@ -155,7 +155,7 @@ if [[ $INSTALL_NUTTX == "true" ]]; then if [ -n "$USER" ]; then # add user to dialout group (serial port access) - sudo usermod -a -G dialout $USER + sudo usermod -aG dialout $USER fi # arm-none-eabi-gcc