Skip to content

Commit

Permalink
Update README.md (#63)
Browse files Browse the repository at this point in the history
Add silent option to curl, since it could "hide" the sudo password request
  • Loading branch information
alcir authored Dec 29, 2021
1 parent 088ab46 commit c82504b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -379,11 +379,11 @@ setting up sudo, mountpoints, and exports.

If you like to live your life dangerously, you can trust me and simply run this in your terminal:

`curl https://raw.githubusercontent.com/89luca89/distrobox/main/install | sudo sh`
`curl -s https://raw.githubusercontent.com/89luca89/distrobox/main/install | sudo sh`

or if you want to select a custom directory to install without sudo:

`curl https://raw.githubusercontent.com/89luca89/distrobox/main/install | sh -s -- -p ~/.local/bin`
`curl -s https://raw.githubusercontent.com/89luca89/distrobox/main/install | sh -s -- -p ~/.local/bin`

Else you can clone the project using `git clone` or using the `download zip` voice after clicking the green button above.

Expand Down

0 comments on commit c82504b

Please sign in to comment.