You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by "dok-net (via GitHub)" <gi...@apache.org> on 2023/05/14 08:46:46 UTC

[GitHub] [nuttx] dok-net opened a new issue, #9270: Please add "sudo" to all Ubuntu Getting Started / Installing patterns

dok-net opened a new issue, #9270:
URL: https://github.com/apache/nuttx/issues/9270

   On Ubuntu, one doesn't log in as root, but uses "sudo". Only the very first "sudo apt install" instruction acknowledges this, the remaining setup instructions don't work copy&paste-style without adding "sudo" manually. Maybe remove the "$" prompt and implement a "copy" icon, too, like on so many other sites.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [nuttx] xiaoxiang781216 closed issue #9270: Please add "sudo" to all Ubuntu Getting Started / Installing patterns

Posted by "xiaoxiang781216 (via GitHub)" <gi...@apache.org>.
xiaoxiang781216 closed issue #9270: Please add "sudo" to all Ubuntu Getting Started / Installing patterns
URL: https://github.com/apache/nuttx/issues/9270


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [nuttx] patacongo commented on issue #9270: Please add "sudo" to all Ubuntu Getting Started / Installing patterns

Posted by "patacongo (via GitHub)" <gi...@apache.org>.
patacongo commented on issue #9270:
URL: https://github.com/apache/nuttx/issues/9270#issuecomment-1546926352

   `sudo `is not supported by Cygwin or MSYS.  Add sudo to the commands will break those build.
   
   So it probably should be define as SUDO in tools/Config.mk with SUDO evaluating to "" for those platforms.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [nuttx] btashton commented on issue #9270: Please add "sudo" to all Ubuntu Getting Started / Installing patterns

Posted by "btashton (via GitHub)" <gi...@apache.org>.
btashton commented on issue #9270:
URL: https://github.com/apache/nuttx/issues/9270#issuecomment-1546925660

   This is a good suggestion.  We should drop the $ and make sure it is indicated as bash code.  
   
   The sphinx-copybutton will provide the easy copy button as you suggest. 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [nuttx] btashton commented on issue #9270: Please add "sudo" to all Ubuntu Getting Started / Installing patterns

Posted by "btashton (via GitHub)" <gi...@apache.org>.
btashton commented on issue #9270:
URL: https://github.com/apache/nuttx/issues/9270#issuecomment-1546927710

   > `sudo` is not supported by Cygwin or MSYS.  Adding sudo to the commands would break those build.
   > 
   > So it probably should be qualified for those platforms.
   > 
   > But that apt is not supported on those platforms either.
   
   This is done per os in the docs. See https://nuttx.apache.org/docs/latest/quickstart/install.html


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org